Click or drag to resize
ESkinSensorSetStrainSensorRange Method
Sets the range of values of the strain sensor for calibration. An exception may occur.

Namespace: ESkin
Assembly: ESkinLib (in ESkinLib.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void SetStrainSensorRange(
	StrainSensorChannel ch,
	int min,
	int max
)

Parameters

ch
Type: ESkinStrainSensorChannel
The specified channel.
min
Type: SystemInt32
The minimum value.
max
Type: SystemInt32
The maximum value.
See Also