Mode used to start acquisition of buffer entries.
Function Tree Node: \Boonton55xxx\Instrument Specific\Channel\MeasurementBuffer\Get Start Mode
Declaration: Btn55xxx.h
Implementation: Btn55xxx.dll
Visual C++
|
ViStatus Btn55xxx_GetStartMode(
ViSession Vi,
ViInt32* StartMode
);
|
Parameters
Vi
The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.
StartMode
Return Value
Success or failure code.
Requirements
Supported Models
55006, 55318, 55340, 55518, 55540
Defined Values For Parameter StartMode
Name
|
Description
|
BTN55XXX_VAL_MEAS_BUFF_START_MODE_IMMEDIATE
|
Measurement buffer aquisition begins immediately according to the gating configuration.
|
BTN55XXX_VAL_MEAS_BUFF_START_MODE_EXTERNAL_ENABLE
|
Measurement buffer aquisition waits for an external event on the multi I/O and then is controlled internally according to the gating configuration.
|
BTN55XXX_VAL_MEAS_BUFF_START_MODE_EXTERNAL_START
|
The session is armed upon assertion of an external start (arming) pulse on the MIO. Following arming, the buffer system will remain armed, and each valid gate signal will generate a buffer entry.
|
Top
See Also
Reference
MeasurementBuffer
Btn55xxx
Copyright 2013-16 Boonton. All rights reserved.
|