StandardPowerSensorSetPeakTorqueThreshold Method

Sets the peak torque threshold percentage.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 4.0.0.0+4009252dff1e4f6bcda36b6b0041486552134bc5
C#
public Task<MessagingReturnCode> SetPeakTorqueThreshold(
	double threshold
)

Parameters

threshold  Double
The threshold percentage.

Return Value

TaskMessagingReturnCode
Status of the request.

Remarks

The percentage of the total applied torque during a time interval which is considered to be peak. Setting this value to a low percentage such as 1% will yield start and end peak torque angles in the left and right force angle pages that more closely approximate torque barycenter.At 100%, Peak Torque equals Total Torque.

Exceptions

ArgumentOutOfRangeExceptionParameter threshold range is 0 to 100 percent.

See Also