| StrainSensorChannel Enumeration |
The channel number of the strain sensor.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public enum StrainSensorChannel
ESkin.StrainSensorChannel = function();
ESkin.StrainSensorChannel.createEnum('ESkin.StrainSensorChannel', false);
Members
| Member name | Value | Description |
---|
| ELBOW_R | 0 |
The channel number of the "ELBOW_R" sensor.
|
| ELBOW_L | 1 |
The channel number of the "ELBOW_L" sensor.
|
| SHOULDER_R | 2 |
The channel number of the "SHOULDER_R" sensor.
|
| SHOULDER_L | 3 |
The channel number of the "SHOULDER_L" sensor.
|
| AXILLA_R | 4 |
The channel number of the "AXILLA_R" sensor.
|
| AXILLA_L | 5 |
The channel number of the "AXILLA_L" sensor.
|
| SCAPULA_R | 6 |
The channel number of the "SCAPULA_R" sensor.
|
| SCAPULA_L | 7 |
The channel number of the "SCAPULA_L" sensor.
|
| WRIST_R | 8 |
The channel number of the "WRIST_R" sensor.
|
| WRIST_L | 9 |
The channel number of the "WRIST_L" sensor.
|
| THORAX_R | 10 |
The channel number of the "THORAX_R" sensor.
|
| THORAX_L | 11 |
The channel number of the "THORAX_L" sensor.
|
| BACK_R | 12 |
The channel number of the "BACK_R" sensor.
|
| BACK_L | 13 |
The channel number of the "BACK_L" sensor.
|
| RESERVED1 | 14 |
The channel number of the "RESERVED1" sensor (currently not used).
|
| RESERVED2 | 15 |
The channel number of the "RESERVED2" sensor (currently not used).
|
See Also