Standard Power SensorSet Peak Torque Threshold Method
Sets the peak torque threshold percentage.
Definition
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
Status of the request.
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.4+3bc433b476ad11fc6896cfd0bd783d60504dc315
C#
public Task<MessagingReturnCode> SetPeakTorqueThreshold(
double threshold
)VB
Public Function SetPeakTorqueThreshold (
threshold As Double
) As Task(Of MessagingReturnCode)C++
public:
Task<MessagingReturnCode>^ SetPeakTorqueThreshold(
double threshold
)F#
member SetPeakTorqueThreshold :
threshold : float -> Task<MessagingReturnCode> Parameters
- threshold Double
- The threshold percentage.
Return Value
TaskMessagingReturnCodeStatus 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
| ArgumentOutOfRangeException | Parameter threshold range is 0 to 100 percent. |