Class CreateStim0PulseOffTimePayload
- Namespace
- Harp.OutputExpander
- Assembly
- Harp.OutputExpander.dll
Represents an operator that creates a message payload that sets the duration (us) each pulse is off for.
public class CreateStim0PulseOffTimePayload
- Inheritance
-
CreateStim0PulseOffTimePayload
- Derived
- Inherited Members
Properties
Stim0PulseOffTime
Gets or sets the value that sets the duration (us) each pulse is off for.
public ushort Stim0PulseOffTime { get; set; }
Property Value
Methods
GetMessage(MessageType)
Creates a message that sets the duration (us) each pulse is off for.
public HarpMessage GetMessage(MessageType messageType)
Parameters
messageType
MessageTypeSpecifies the type of the created message.
Returns
- HarpMessage
A new message for the Stim0PulseOffTime register.
GetPayload()
Creates a message payload for the Stim0PulseOffTime register.
public ushort GetPayload()
Returns
- ushort
The created message payload value.