Class CreateOut1PulseWidthPayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that sets the duration (ms) of the pulse to be generated on the specified digital output line.
public class CreateOut1PulseWidthPayload
- Inheritance
-
CreateOut1PulseWidthPayload
- Derived
- Inherited Members
Properties
Out1PulseWidth
Gets or sets the value that sets the duration (ms) of the pulse to be generated on the specified digital output line.
public ushort Out1PulseWidth { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the duration (ms) of the pulse to be generated on the specified digital output line.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Out1PulseWidth register.
GetPayload()
Creates a message payload for the Out1PulseWidth register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.