STK ObjectsSend comments on this topic.
CommandingTime Property (IAgFmDefSystemResponseTime)
See Also
Windows





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CommandingTime() As Double
[C#]
public double CommandingTime {get; set;}
[Managed C++]
public: __property double get_CommandingTime();
public: __property void set_CommandingTime( double );
[Unmanaged C++]
public: HRESULT get_CommandingTime(
    double * pVal
);
public: HRESULT put_CommandingTime(
    double CommandingTime
);
[Java]
public double getCommandingTime();
public void setCommandingTime(
    double
);
[Python - STK API ]
@property
def CommandingTime(self) -> float:

@CommandingTime.setter
def CommandingTime(self, CommandingTime:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.