niHSDIO_ConfigureDigitalLevelPauseTrigger
- Updated2023-02-21
- 3 minute(s) read
ViStatus = niHSDIO_ConfigureDigitalLevelPauseTrigger ( ViSession vi, ViConstString source, ViInt32 level);
Purpose
Configures the Pause trigger for level triggering.
Related topics:
Parameters
| Input | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Name | Type | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| vi | ViSession | Identifies your instrument session. vi was obtained from the niHSDIO_InitAcquisitionSession or niHSDIO_InitGenerationSession function. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Source | ViConstString | You may specify any valid source terminal for this trigger. Trigger voltages and positions
are only relevant if the source of the trigger is from the front panel connectors.
Defined Values:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Trigger When | ViInt32 | Specifies the active level for the desired trigger. Defined Values NIHSDIO_VAL_HIGH (34)—Trigger is active while its source is high level. NIHSDIO_VAL_LOW (35)—Trigger is active while its source is low level. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Return Value
| Name | Type | Description | ||||||||
| Status | ViStatus | Reports the status of this operation. To obtain a text description of the status code, call the niHSDIO_error_message function. To obtain additional information concerning the error condition, use the niHSDIO_GetError and niHSDIO_ClearError functions. The general meaning of the status code is as follows:
|
