Read Sequencer Flag
- Mise à jour2023-02-17
- Temps de lecture : 2 minute(s)
Read Sequencer Flag
Reads the state of a pattern sequencer flag.
Use pattern sequencer flags to coordinate execution between the pattern sequencer and a runtime test program.
Inputs/Outputs

session in
Instrument session obtained from the niDigital Initialize with Optionsnode.

sequencer flag
The pattern sequencer flag you want to read.
| seqflag0 | Writes pattern sequencer flag 0. |
| seqflag1 | Writes pattern sequencer flag 1. |
| seqflag2 | Writes pattern sequencer flag 2. |
| seqflag3 | Writes pattern sequencer flag 3. |

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

session out
Handle that identifies the session in all subsequent NI-Digital node calls.

state
A Boolean that indicates the state of the pattern sequencer flag you specify.
| True | The state of the pattern sequencer flag is True. |
| False | The state of the pattern sequencer flag is False. |
Default value: True

error out
Error information.
The node produces this output according to standard error behavior.