Stop Monitor Io Channels

Stops a started IO observers on the specified channels and attributes

Arguments Description

channels_paths (list[str]): The signal path should be in the format: BusName::MsgId::SignalName.

attributes_names (list[str]): HW type: it could be: {Voltage, Current, DutyCycle only relevant for
PWM (yaml field –> MeasurementAttribute: PWM),

Frequency, Power : relevant only for PS_Channel}

Returns

True if all the specified observers are successfully stopped; Otherwise, False.

Example

Note

All observers should be already started on the target iochannels attributes.