PauseBlock Constructors
A tape block representing a pause of a specified duration.
public PauseBlock(int lengthInTStates, bool? initialSignal = null);
Parameters
| Name | Type | Description |
|---|---|---|
| lengthInTStates | Int32 | The length of the pause in T-states. |
| initialSignal | Boolean? | The initial signal level, or null to continue from the previous block. |