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