StandardPowerSensorSetPeakTorqueThreshold Method
Sets the peak torque threshold percentage.
Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePowerAssembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 5.0.1.0+f38da73fd23cf61ffb5cc5e01f10a544cf32a50c
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.