|
Boonton55xxx IVI Driver Reference
|
|
|
Btn55xxx_SetTrigOutMode Function
|
|
Trigger See Also
|
|
Sets the trigger out/mult io mode. Setting trigger mode overrides this command.
Function Tree Node: \Boonton55xxx\Instrument Specific\Trigger\Set Trig Out Mode
Declaration: Btn55xxx.h
Implementation: Btn55xxx.dll
Visual C++
|
ViStatus Btn55xxx_SetTrigOutMode(
ViSession Vi,
ViConstString Channel,
ViInt32 Mode
);
|
Parameters
Vi
The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.
Channel
The physical or virtual repeated capability identifier. Pass VI_NULL or empty string if operation does not apply to a repeated capability.For valid values, see the Channel repeated capability.
Mode
Trigger out/multi IO mode.....................................
Return Value
Success or failure code.
Requirements
Supported Models
All supported
Defined Values For Parameter Mode
Name
|
Description
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_OFF
|
Trigger out/ multi IO is disabled and set to tristate.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_PULL_UP
|
Fixed 1k pull up to +5V.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_TTL0
|
Fixed 0 V (TTL low)
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_TB_REF
|
Outputs 10MHz square wave for testing the timebase.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_SWEEP_HIGH
|
Outputs logic high for the duration of the sweep.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_SWEEP_LOW
|
Outputs logic low for the duration of the sweep.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_TRIG_HIGH
|
Output active high for the trigger event.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_TRIG_LOW
|
Output active low for the trigger event.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_MASTER
|
Configure the USB power meter to control the trigger system of other meters based on its own trigger.
|
BTN55XXX_VAL_TRIG_OUT_MODE_MIO_SLAVE
|
Configure the USB power meter's the trigger system to be controlled by a meter set as a master trigger source.
|
Top
See Also
Reference
Trigger
Btn55xxx
Copyright 2013-16 Boonton. All rights reserved.
|