FigureOfMeritDefinitionSystemResponseTime#
- class ansys.stk.core.stkobjects.FigureOfMeritDefinitionSystemResponseTime#
Bases:
IFigureOfMeritDefinitionCompute
,IFigureOfMeritDefinition
System Response Time Figure of Merit.
Overview#
Instance path for the commanding object. NONE can be used to clear the commanding object. |
|
Instance path for the receiving object. NONE can be used to clear the receiving object. |
|
Amount of time in seconds required for command preparation. |
|
Amount of time in seconds required for transmission of the prepared command from the CommandStation to the assets. |
|
Amount of time in seconds required from receipt of commanding until a collection can be performed by the assets. |
|
Amount of time in seconds required for data collection. |
|
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. |
|
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.
- property FigureOfMeritDefinitionSystemResponseTime.downlink_time: float#
Amount of time in seconds required for transmission of the collected data from the assets to the ReceiveStation.