Platforms to show: All Mac Windows Linux Cross-Platform

Back to PhidgetVoltageRatioInputMBS class.

PhidgetVoltageRatioInputMBS.BridgeEnabled as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Enable power to and data from the input by setting BridgeEnabled to true.

(Read and Write property)

PhidgetVoltageRatioInputMBS.BridgeGain as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Choose a BridgeGain that best suits your application.

For more information about the range and accuracy of each BridgeGain to decide which best suits your application, see your device's User Guide.
(Read and Write property)

PhidgetVoltageRatioInputMBS.DataInterval as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The DataInterval is the time that must elapse before the channel will fire another event.

The data interval is bounded by MinDataInterval and MaxDataInterval.
The timing between events can also affected by the change trigger.

Unit: milliseconds (ms)
(Read and Write property)

PhidgetVoltageRatioInputMBS.MaxDataInterval as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum value that DataInterval can be set to.

Unit: milliseconds (ms)
(Read only property)

PhidgetVoltageRatioInputMBS.MaxVoltageRatio as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum value the VoltageRatioChange event will report.

(Read only property)

PhidgetVoltageRatioInputMBS.MaxVoltageRatioChangeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The maximum value that VoltageRatioChangeTrigger can be set to.

(Read only property)

PhidgetVoltageRatioInputMBS.MinDataInterval as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The minimum value that DataInterval can be set to.

Unit: milliseconds (ms)
(Read only property)

PhidgetVoltageRatioInputMBS.MinVoltageRatio as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The minimum value the VoltageRatioChange event will report.

(Read only property)

PhidgetVoltageRatioInputMBS.MinVoltageRatioChangeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The minimum value that VoltageRatioChangeTrigger can be set to.

(Read only property)

PhidgetVoltageRatioInputMBS.SensorType as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
Queries sensor type.

We sell a variety of analog sensors that do not have their own API, they simply output a voltage that can be converted to a digital value using a specific formula. By matching the SensorType to your analog sensor, the correct formula will automatically be applied to data when you get the SensorValue or subscribe to the SensorChange event.

The SensorChange event has its own change trigger associated with it: SensorValueChangeTrigger.

Any data from getting the SensorValue or subscribing to the SensorChange event will have a SensorUnit associated with it.

Note: Unlike other properties such as DeviceSerialNumber or Channel, SensorType is set after the device is opened, not before.
(Read and Write property)

PhidgetVoltageRatioInputMBS.SensorUnit as PhidgetUnitInfoMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The unit of measurement that applies to the sensor values of the SensorType that has been selected.

Helps keep track of the type of information being calculated from the voltage ratio input.
(Read only property)

PhidgetVoltageRatioInputMBS.SensorValue as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The most recent sensor value that the channel has reported.

Use SensorUnit to get the measurement units that are associated with the SensorValue.
(Read only property)

PhidgetVoltageRatioInputMBS.SensorValueChangeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The channel will not issue a SensorChange event until the sensor value has changed by the amount specified by the SensorValueChangeTrigger.

Setting the SensorChangeTrigger to 0 will result in the channel firing events every DataInterval. This is useful for applications that implement their own data filtering
(Read and Write property)

PhidgetVoltageRatioInputMBS.VoltageRatio as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The most recent voltage ratio value that the channel has reported.

This value will always be between MinVoltageRatio and MaxVoltageRatio.
(Read only property)

PhidgetVoltageRatioInputMBS.VoltageRatioChangeTrigger as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Phidgets MBS Phidgets Plugin 22.1 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop, Console & Web
The channel will not issue a VoltageRatioChange event until the voltage ratio value has changed by the amount specified by the VoltageRatioChangeTrigger.

Setting the VoltageRatioChangeTrigger to 0 will result in the channel firing events every DataInterval. This is useful for applications that implement their own data filtering
(Read and Write property)

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


The biggest plugin in space...