Description
Amount of time in seconds required for command preparation.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CommandPrepTime() As Double
|
| [C#] |
|---|
public double CommandPrepTime {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_CommandPrepTime(); public: __property void set_CommandPrepTime(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CommandPrepTime(
double * pVal
);
public: HRESULT put_CommandPrepTime(
double CommandPrepTime
);
|
| [Java] |
|---|
public double getCommandPrepTime();
public void setCommandPrepTime(
double
);
|
| [Python - STK API] |
|---|
@property
def CommandPrepTime(self) -> float:
@CommandPrepTime.setter
def CommandPrepTime(self, CommandPrepTime:float) -> None:
|
See Also