Class CreatePwm1ActualFrequencyPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that reports the actual frequency to be generated from PWM1 (Hz).
public class CreatePwm1ActualFrequencyPayload
- Inheritance
-
CreatePwm1ActualFrequencyPayload
- Derived
- Inherited Members
Properties
Pwm1ActualFrequency
Gets or sets the value that reports the actual frequency to be generated from PWM1 (Hz).
public float Pwm1ActualFrequency { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that reports the actual frequency to be generated from PWM1 (Hz).
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Pwm1ActualFrequency register.
GetPayload()
Creates a message payload for the Pwm1ActualFrequency register.
public float GetPayload()
Returns
- float
The created message payload value.