Platforms to show: All Mac Windows Linux Cross-Platform

Back to PhidgetVoltageInputMBS class.

PhidgetVoltageInputMBS.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 values.

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

PhidgetVoltageInputMBS.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)

PhidgetVoltageInputMBS.MaxVoltage 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 VoltageChange event will report.

In volts.
(Read only property)

PhidgetVoltageInputMBS.MaxVoltageChangeTrigger 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 VoltageChangeTrigger can be set to.

In volts.
(Read only property)

PhidgetVoltageInputMBS.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)

PhidgetVoltageInputMBS.MinVoltage 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 VoltageChange event will report.

In volts.
(Read only property)

PhidgetVoltageInputMBS.MinVoltageChangeTrigger 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 VoltageChangeTrigger can be set to.

In volts.
(Read only property)

PhidgetVoltageInputMBS.PowerSupply 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 the power supply voltage.

Set this to the voltage specified in the attached sensor's data sheet to power it.
Set to POWER_SUPPLY_OFF to turn off the supply to save power.
(Read and Write property)

PhidgetVoltageInputMBS.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
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)

PhidgetVoltageInputMBS.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 input.
(Read only property)

PhidgetVoltageInputMBS.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)

PhidgetVoltageInputMBS.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)

PhidgetVoltageInputMBS.Voltage 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 value that the channel has reported.

This value will always be between MinVoltage and MaxVoltage.
In volts.
(Read only property)

PhidgetVoltageInputMBS.VoltageChangeTrigger 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 VoltageChange event until the voltage value has changed by the amount specified by the VoltageChangeTrigger.

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

PhidgetVoltageInputMBS.VoltageRange 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
The voltage range you choose should allow you to measure the full range of your input signal.

A larger VoltageRange equates to less resolution.
If a Saturation event occurs, increase the voltage range.
(Read and Write property)

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


The biggest plugin in space...