SignalValue
Summary
- Get Signal value for a specific signal name.
It is used to get or set signal value and physical value. Also to get interpretation value.
- Methods
Structure
- class SignalValue
- phy() float or None
Get physical value.
- Returns
Signal's physical value.
- Return type
float
or None
- phy(value: float)
Sets the physical value of a specific signal.
- Parameters
value (
float
) – Desired signal's physical value