IProfile#

class ansys.stk.core.stkobjects.astrogator.IProfile#

General properties for target sequence profiles.

Overview#

copy

Make a copy of the profile.

name

Get or set the name of the profile.

status

Get or set the status of the profile.

user_comment

A user comment.

mode

Get or set the profile’s mode.

type

Return the current profile type.

Import detail#

from ansys.stk.core.stkobjects.astrogator import IProfile

Property detail#

property IProfile.name: str#

Get or set the name of the profile.

property IProfile.status: str#

Get or set the status of the profile.

property IProfile.user_comment: str#

A user comment.

property IProfile.mode: ProfileMode#

Get or set the profile’s mode.

property IProfile.type: Profile#

Return the current profile type.

Method detail#

IProfile.copy(self) IProfile#

Make a copy of the profile.

Returns:

IProfile