|
Boonton55xxx IVI Driver Reference
|
|
|
BTN55XXX_ATTR_STATUS Attribute
|
|
Trigger See Also
|
|
The status of the triggering system.
Attribute Tree Node: \Boonton55xxx\Instrument Specific\Trigger\Status
Declaration: Btn55xxx.h
Implementation: Btn55xxx.dll
Visual C++
|
#define BTN55XXX_ATTR_STATUS 1150043
ViStatus Btn55xxx_GetAttributeViInt32(
ViSession Vi,
ViConstString RepCapIdentifier,
ViAttr AttributeID,
ViInt32* AttributeValue
);
|
Parameters
Vi
The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.
RepCapIdentifier
Must be VI_NULL or an empty string. This attribute is not defined on a repeated capability.
AttributeID
Must be BTN55XXX_ATTR_STATUS.
AttributeValue
Returns the current value of the attribute. The user must specify the address of a variable that has the same data type as the attribute.
Instrument Command
TRIGger:STATus?
Defined Values
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
Requirements
Supported Models
55006, 55318, 55340, 55518, 55540
See Also
Reference
Trigger
Btn55xxx
Copyright 2013-16 Boonton. All rights reserved.
|