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