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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DownlinkTime() As Double
[C#]
public double DownlinkTime {get; set;}
[Managed C++]
public: __property double get_DownlinkTime();
public: __property void set_DownlinkTime( double );
[Unmanaged C++]
public: HRESULT get_DownlinkTime(
    double * pVal
);
public: HRESULT put_DownlinkTime(
    double DownlinkTime
);
[Java]
public double getDownlinkTime();
public void setDownlinkTime(
    double
);
[Python - STK API ]
@property
def DownlinkTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.