[This is preliminary documentation and is subject to change.]
Possible speed units representation. Use getSpeedUnits(...) to find the speed unit strings.
Namespace: DynaviewModbusAssembly: DynaviewModbus (in DynaviewModbus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum WebSpdUnits
Dim instance As WebSpdUnits
Members
Member name | Value | Description | |
---|---|---|---|
inchesPerSec | 0 | ||
inchesPerMin | 1 | ||
feetPerMin | 2 | ||
centimetersPerSec | 3 | ||
metersPerSec | 4 | ||
metersPerMin | 5 | ||
yardsPerMin | 6 |
Remarks
See Also