SignalBaseGetDouble
SignalBaseGetDouble
Returns the value of double type property for selected signal.
double SignalBaseGetDouble(
ENUM_SIGNAL_BASE_DOUBLE property_id // property identifier
);Parameters
- property_id
[in] Signal property identifier. The value can be one of the values of the ENUM_SIGNAL_BASE_DOUBLE enumeration.
Returned value
The value of double type property of the selected signal.
Last updated on