| ESkinSensorSetStrainSensorRange Method |
Sets the range of values of the strain sensor for calibration.
An exception may occur.
Namespace: ESkinAssembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void SetStrainSensorRange(
StrainSensorChannel ch,
int min,
int max
)
function SetStrainSensorRange(ch, min, max);
Parameters
- ch
- Type: ESkinStrainSensorChannel
The specified channel. - min
- Type: SystemInt32
The minimum value. - max
- Type: SystemInt32
The maximum value.
See Also