| ESkinSensorGetStrainSensorRange Method |
Returns the range of values of strain sensors for calibration.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public SensorRange GetStrainSensorRange(
StrainSensorChannel ch
)
function GetStrainSensorRange(ch);
Parameters
- ch
- Type: ESkinStrainSensorChannel
The specified channel.
Return Value
Type:
SensorRangeThe range of values of strain sensors.
See Also