ISite#

class ansys.stk.core.stkobjects.aviator.ISite#

Interface to access Site options.

Overview#

name

Get or set the name of the site.

Examples#

Rename a procedure and its site

# IProcedure procedure: Procedure object
# Rename the procedure
procedure.name = "New Procedure"
# Get the site corresponding to the procedure
site = procedure.site
# Rename the site
site.name = "New Site"

Import detail#

from ansys.stk.core.stkobjects.aviator import ISite

Property detail#

property ISite.name: str#

Get or set the name of the site.