Stop Io Monitor And Check Always

Stops the io observer and compares the retrieved values against the expected signal value.

Arguments Description

channel_path (str): The channel path should be in the format: HW::SignalHwName.

attribute_name (str): HW type: it could be: { Voltage,

Current, DutyCycle only relevant for PWM (yaml field –> MeasurementAttribute: PWM), Frequency, Power: relevant only for PS_Channel, Resistance, RawValue, ShortCutToVbat, ShortCutToGnd, OpenLoad, LowVoltage}

value (double): The expected signal value.

Returns

bool: True if all retrieved io signal values are equal to the expected signal value; otherwise False.

Example

Stop Io Monitor And Check Always HW::${SignalHwName} Voltage ${11}

Note

Make sure an observer was already started for the target {channel_path,attribute_name} pair