Struct StartPulseTrainPayload
Represents the payload of the StartPulseTrain register.
public struct StartPulseTrainPayload
- Inherited Members
Constructors
- StartPulseTrainPayload(DigitalOutputs, uint, uint, uint)
Initializes a new instance of the StartPulseTrainPayload structure.
Fields
- DigitalOutput
Specifies the digital output lines set by each pulse of the pulse train.
- PulseCount
Specifies the number of pulses in the PWM pulse train. A value of zero signifies an infinite pulse train.
- PulsePeriod
Specifies the interval in microseconds between each pulse in the pulse train.
- PulseWidth
Specifies the duration in microseconds that each pulse is HIGH.
Methods
- ToString()
Returns a string that represents the payload of the StartPulseTrain register.