ISignalInstance
Summary
Represents a Signal Instance.
See also
- Methods
- Properties
Structure
- class ISignalInstance
- get_interpretations() Dictionary[str, Tuple[float, float]]
Returns a dictionary of tuple (min_physical_value, max_physical_value)
- Returns
Dictionary of tuple (min_physical_value, max_physical_value)
- Return type
Dictionary
[str
,Tuple
[float
,float
]]
- physical_to_raw(physical: float) uint64
converts the physical measurement of the signal to its corresponding raw value
- raw_to_interpretation(raw: uint64) str
Converts the raw value of the signal to its corresponding interpretation.
- raw_to_physical(raw: uint64) float
converts the raw value of the signal to its corresponding physical measurement
- compu_methods
Gets the composition methods.
- Type
- signal_activation_configs
The signal activations conditions.
- Type