Class CreateRangeAndFilterPayload
- Namespace
- Harp.AnalogInput
- Assembly
- Harp.AnalogInput.dll
Represents an operator that creates a message payload that sets the range and LowPass filter cutoff of the ADC.
public class CreateRangeAndFilterPayload
- Inheritance
-
CreateRangeAndFilterPayload
- Derived
- Inherited Members
Properties
RangeAndFilter
Gets or sets the value that sets the range and LowPass filter cutoff of the ADC.
public RangeAndFilterConfig RangeAndFilter { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the range and LowPass filter cutoff of the ADC.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the RangeAndFilter register.
GetPayload()
Creates a message payload for the RangeAndFilter register.
public RangeAndFilterConfig GetPayload()
Returns
- RangeAndFilterConfig
The created message payload value.