CrankTorqueFrequencySensorSaveSlopeToFlash Method

Saves the slope to flash.

Definition

Namespace: SmallEarthTech.AntPlus.DeviceProfiles.BicyclePower
Assembly: SmallEarthTech.AntPlus (in SmallEarthTech.AntPlus.dll) Version: 6.0.0+3fbe181bca5f5ec97a9a018f9fcefae55701bc33
C#
public Task<MessagingReturnCode> SaveSlopeToFlash(
	double slope
)

Parameters

slope  Double
The slope. Valid range is 10.0 to 50.0 Nm/Hz. Resolution is 0.1 Nm/Hz.

Return Value

TaskMessagingReturnCode
Status of the request.

Exceptions

ArgumentOutOfRangeExceptionInvalid slope value.

See Also