BaseStatusSignalGetAppliedUpdateFrequency Method

Gets the rate at which the device will publish this signal.

This is typically the last value passed into SetUpdateFrequency(Double, Double). The returned value may be higher if another StatusSignalT in the same status frame has been set to a higher update frequency.

Definition

Namespace: CTRE.Phoenix6
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public double GetAppliedUpdateFrequency()

Return Value

Double
Applied update frequency of the signal in Hz

See Also