IProfile#

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

General properties for target sequence profiles.

Overview#

copy

Make a copy of the profile.

mode

Get or set the profile’s mode.

name

Get or set the name of the profile.

status

Get or set the status of the profile.

type

Return the current profile type.

user_comment

A user comment.

Import detail#

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

Property detail#

property IProfile.mode: ProfileMode#

Get or set the profile’s mode.

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.type: Profile#

Return the current profile type.

property IProfile.user_comment: str#

A user comment.

Method detail#

IProfile.copy(self) IProfile#

Make a copy of the profile.

Returns:

IProfile