FigureOfMeritDefinitionSystemResponseTime#

class ansys.stk.core.stkobjects.FigureOfMeritDefinitionSystemResponseTime#

Bases: IFigureOfMeritDefinitionCompute, IFigureOfMeritDefinition

System Response Time Figure of Merit.

Overview#

allow_forward_crosslink

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

collection_time

Amount of time in seconds required for data collection.

command_preparation_time

Amount of time in seconds required for command preparation.

command_station_path

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

commanding_time

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

downlink_time

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

post_collection_time

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

pre_collection_time

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

receive_station_path

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

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#

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

property FigureOfMeritDefinitionSystemResponseTime.collection_time: float#

Amount of time in seconds required for data collection.

property FigureOfMeritDefinitionSystemResponseTime.command_preparation_time: float#

Amount of time in seconds required for command preparation.

property FigureOfMeritDefinitionSystemResponseTime.command_station_path: str#

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

property FigureOfMeritDefinitionSystemResponseTime.commanding_time: float#

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

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

property FigureOfMeritDefinitionSystemResponseTime.post_collection_time: float#

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

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.receive_station_path: str#

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

property FigureOfMeritDefinitionSystemResponseTime.time_step: float#

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