Pulse Constructors
A signal pulse with a repeat count and duration in T-states.
public Pulse(ushort Count, uint Duration);
Parameters
| Name | Type | Description |
|---|---|---|
| Count | UInt16 | The number of times this pulse repeats. |
| Duration | UInt32 | The duration of the pulse in T-states. |