Click or drag to resize
ESkinSensor.SetStrainSensorRange 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: ESkin.StrainSensorChannel
The specified channel.
min
Type: System.Int32
The minimum value.
max
Type: System.Int32
The maximum value.
See Also