A unit of analog units.
More...
Inherits vex.Enum.
|
| | PCT = PercentUnits.PCT |
| | A unit type that represents a value of analog units as a percentage from 0% to 100%. More...
|
| |
| int | RANGE_8BIT = 1 |
| | A unit type that represents a value of analog units on an 8 bit range. More...
|
| |
| int | RANGE_10BIT = 2 |
| | A unit type that represents a value of analog units on a 10 bit range. More...
|
| |
| int | RANGE_12BIT = 3 |
| | A unit type that represents a value of analog units on a 12 bit range. More...
|
| |
| int | MV = 4 |
| | A unit type that represents a value of analog units as millivolts. More...
|
| |
◆ PCT
| vex.AnalogUnits.PCT = PercentUnits.PCT |
|
static |
A unit type that represents a value of analog units as a percentage from 0% to 100%.
◆ RANGE_8BIT
| int vex.AnalogUnits.RANGE_8BIT = 1 |
|
static |
A unit type that represents a value of analog units on an 8 bit range.
◆ RANGE_10BIT
| int vex.AnalogUnits.RANGE_10BIT = 2 |
|
static |
A unit type that represents a value of analog units on a 10 bit range.
◆ RANGE_12BIT
| int vex.AnalogUnits.RANGE_12BIT = 3 |
|
static |
A unit type that represents a value of analog units on a 12 bit range.
◆ MV
| int vex.AnalogUnits.MV = 4 |
|
static |
A unit type that represents a value of analog units as millivolts.