StandardPowerSensorSetPeakTorqueThreshold Method
Sets the peak torque threshold percentage.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.0+3fbe181bca5f5ec97a9a018f9fcefae55701bc33
public Task<MessagingReturnCode> SetPeakTorqueThreshold(
double threshold
)
Public Function SetPeakTorqueThreshold (
threshold As Double
) As Task(Of MessagingReturnCode)
public:
Task<MessagingReturnCode>^ SetPeakTorqueThreshold(
double threshold
)
member SetPeakTorqueThreshold :
threshold : float -> Task<MessagingReturnCode>
- threshold Double
- The threshold percentage.
TaskMessagingReturnCodeStatus of the request.
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.