FigureOfMeritDefinitionSystemResponseTime#

class ansys.stk.core.stkobjects.FigureOfMeritDefinitionSystemResponseTime#

Bases: IFigureOfMeritDefinitionCompute, IFigureOfMeritDefinition

System Response Time Figure of Merit.

Overview#

command_station_path

Instance path for the commanding object. NONE can be used to clear the commanding object.

receive_station_path

Instance path for the receiving object. NONE can be used to clear the receiving object.

command_preparation_time

Amount of time in seconds required for command preparation.

commanding_time

Amount of time in seconds required for transmission of the prepared command from the CommandStation to the assets.

pre_collection_time

Amount of time in seconds required from receipt of commanding until a collection can be performed by the assets.

collection_time

Amount of time in seconds required for data collection.

post_collection_time

Amount of time in seconds required from asset collection until data can be transmitted to the ReceiveStation.

downlink_time

Amount of time in seconds required for transmission of the collected data from the assets to the ReceiveStation.

allow_forward_crosslink

Determine if a single cross-link between assets is allowed to be used to minimize the response time.

time_step

Get or set the value in seconds to be used during the computation of satisfaction intervals.

Import detail#

from ansys.stk.core.stkobjects import FigureOfMeritDefinitionSystemResponseTime

Property detail#

property FigureOfMeritDefinitionSystemResponseTime.command_station_path: str#

Instance path for the commanding object. NONE can be used to clear the commanding object.

property FigureOfMeritDefinitionSystemResponseTime.receive_station_path: str#

Instance path for the receiving object. NONE can be used to clear the receiving object.

property FigureOfMeritDefinitionSystemResponseTime.command_preparation_time: float#

Amount of time in seconds required for command preparation.

property FigureOfMeritDefinitionSystemResponseTime.commanding_time: float#

Amount of time in seconds required for transmission of the prepared command from the CommandStation to the assets.

property FigureOfMeritDefinitionSystemResponseTime.pre_collection_time: float#

Amount of time in seconds required from receipt of commanding until a collection can be performed by the assets.

property FigureOfMeritDefinitionSystemResponseTime.collection_time: float#

Amount of time in seconds required for data collection.

property FigureOfMeritDefinitionSystemResponseTime.post_collection_time: float#

Amount of time in seconds required from asset collection until data can be transmitted to the ReceiveStation.

Amount of time in seconds required for transmission of the collected data from the assets to the ReceiveStation.

Determine if a single cross-link between assets is allowed to be used to minimize the response time.

property FigureOfMeritDefinitionSystemResponseTime.time_step: float#

Get or set the value in seconds to be used during the computation of satisfaction intervals.