FigureOfMeritDefinitionSystemAgeOfData#

class ansys.stk.core.stkobjects.FigureOfMeritDefinitionSystemAgeOfData#

Bases: IFigureOfMeritDefinitionCompute, IFigureOfMeritDefinition

System Age Of Data 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 FigureOfMeritDefinitionSystemAgeOfData

Property detail#

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

property FigureOfMeritDefinitionSystemAgeOfData.collection_time: float#

Amount of time in seconds required for data collection.

property FigureOfMeritDefinitionSystemAgeOfData.command_preparation_time: float#

Amount of time in seconds required for command preparation.

property FigureOfMeritDefinitionSystemAgeOfData.command_station_path: str#

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

property FigureOfMeritDefinitionSystemAgeOfData.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 FigureOfMeritDefinitionSystemAgeOfData.post_collection_time: float#

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

property FigureOfMeritDefinitionSystemAgeOfData.pre_collection_time: float#

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

property FigureOfMeritDefinitionSystemAgeOfData.receive_station_path: str#

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

property FigureOfMeritDefinitionSystemAgeOfData.time_step: float#

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