|
Boonton55xxx IVI Driver Reference
|
|
|
BTN55XXX_ATTR_SOURCE Attribute
|
|
Trigger See Also
|
|
The signal the power meter monitors for a trigger. It can be channel or one of many other values.
Attribute Tree Node: \Boonton55xxx\Instrument Specific\Trigger\Source
Declaration: Btn55xxx.h
Implementation: Btn55xxx.dll
Visual C++
|
#define BTN55XXX_ATTR_SOURCE 1150056
ViStatus Btn55xxx_GetAttributeViInt32(
ViSession Vi,
ViConstString RepCapIdentifier,
ViAttr AttributeID,
ViInt32* AttributeValue
);
ViStatus Btn55xxx_SetAttributeViInt32(
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_SOURCE.
AttributeValue (GetAttribute)
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.
AttributeValue (SetAttribute)
The value to which to set the attribute.
Instrument Command
TRIGger:SOURce {CH1|EXT|CH2|CH3|CH4|CH5|CH6|CH7|CH8|CH9|CH10|CH11|CH12|CH13|CH14|CH15|CH16|IND}
TRIGger:SOURce?
Defined Values
Name
|
Description
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL1
|
RF Channel 1
|
BTN55XXX_VAL_TRIGGER_SOURCE_EXTERNAL
|
EXT setting uses the signal applied to the rear MULTI I/O connector.
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL2
|
RF Channel 2.
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL3
|
RF Channel 3
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL4
|
RF Channel 4
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL5
|
RF Channel 5
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL6
|
RF Channel 6
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL7
|
RF Channel 7
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL8
|
RF Channel 8
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL9
|
RF Channel 9
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL10
|
RF Channel 10
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL11
|
RF Channel 11
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL12
|
RF Channel 12
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL13
|
RF Channel 13
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL14
|
RF Channel 14
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL15
|
RF Channel 15
|
BTN55XXX_VAL_TRIGGER_SOURCE_CHANNEL16
|
RF Channel 16
|
BTN55XXX_VAL_TRIGGER_SOURCE_INDEPENDENT
|
55xxx Series only: Sets each sensor in a measurment group to use its own internal trigger.
|
Top
Requirements
Supported Models
All supported
See Also
Reference
Trigger
Btn55xxx
Copyright 2013-16 Boonton. All rights reserved.
|