Write/Read |
About External Triggering |
Description |
Sets the Trigger OUT behavior to either Global or Channel. Learn more about this setting. This command will cause the VNA to Preset. This setting remains until changed again using this command, or until the hard drive is changed or reformatted. See the AuxTrigger Object. |
VB Syntax |
pref.AuxTriggerScopeIsGlobal = value |
Variable |
(Type) - Description |
pref |
A Preferences (object) |
value |
(Boolean) - Choose from:
|
Return Type |
Boolean |
Default |
True - E836xB and PNA-L models False - PNA-X models |
Examples |
pref.AuxTriggerScopeIsGlobal = 1 'Write |
auxTrigPref = pref.AuxTriggerScopeIsGlobal 'Read |
|
C++ Syntax |
HRESULT get_AuxTriggerScopeIsGlobal(VARIANT_BOOL * pref); HRESULT put_AuxTriggerScopeIsGlobal(VARIANT_BOOL pref); |
Interface |
IPreferences5 |