Platforms to show: All Mac Windows Linux Cross-Platform

Back to PhidgetVoltageRatioInputMBS class.

PhidgetVoltageRatioInputMBS.SensorChanged(sensorValue as double, sensorUnit as PhidgetUnitInfoMBS)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No
The most recent sensor value the channel has measured will be reported in this event, which occurs when the DataInterval has elapsed.

If a SensorValueChangeTrigger has been set to a non-zero value, the SensorChange event will not occur until the sensor value has changed by at least the SensorValueChangeTrigger value.
This event only fires when SensorType is not set to SENSOR_TYPE_VOLTAGERATIO

sensorValue: The sensor value
sensorUnit: The sensor unit information corresponding to the SensorValue.
Helps keep track of the type of information being calculated from the voltage ratio input.

PhidgetVoltageRatioInputMBS.VoltageRatioChanged(voltageRatio as double)

Type Topic Plugin Version macOS Windows Linux iOS Targets
event Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No
The most recent voltage ratio value the channel has measured will be reported in this event, which occurs when the DataInterval has elapsed.

If a VoltageRatioChangeTrigger has been set to a non-zero value, the VoltageRatioChange event will not occur until the voltage has changed by at least the VoltageRatioChangeTrigger value.
If SensorType is supported and set to anything other then SENSOR_TYPE_VOLTAGERATIO, this event will not fire.

The items on this page are in the following plugins: MBS Phidgets Plugin.


The biggest plugin in space...