|
Boonton55xxx IVI Driver Reference
|
|
|
Btn55xxx_GetStatus Function
|
|
Trigger See Also
|
|
The status of the triggering system.
Function Tree Node: \Boonton55xxx\Instrument Specific\Trigger\Get Status
Declaration: Btn55xxx.h
Implementation: Btn55xxx.dll
Visual C++
|
ViStatus Btn55xxx_GetStatus(
ViSession Vi,
ViInt32* Status
);
|
Parameters
Vi
The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.
Status
Return Value
Success or failure code.
Instrument Command
TRIGger:STATus?
Requirements
Supported Models
55006, 55318, 55340, 55518, 55540
Defined Values For Parameter Status
Name
|
Description
|
BTN55XXX_VAL_TRIGGER_STATUS_STOPPED
|
Acquision is stopped.
|
BTN55XXX_VAL_TRIGGER_STATUS_PRETRIG
|
Aquiring data and waiting for the pre-trigger to be satisfied.
|
BTN55XXX_VAL_TRIGGER_STATUS_WAITING
|
Meter is armed and waiting for trigger event.
|
BTN55XXX_VAL_TRIGGER_STATUS_ACQUIRING_NEW
|
Acquiring new data.
|
BTN55XXX_VAL_TRIGGER_STATUS_AUTO_TRIG
|
Meter is autotriggering.
|
BTN55XXX_VAL_TRIGGER_STATUS_FREERUN
|
Trigger is in free-run mode.
|
BTN55XXX_VAL_TRIGGER_STATUS_TRIGGERED
|
Meter is currently triggered.
|
BTN55XXX_VAL_TRIGGER_STATUS_RUNNING
|
Acquisition is running.
|
Top
See Also
Reference
Trigger
Btn55xxx
Copyright 2013-16 Boonton. All rights reserved.
|