Write/Read |
About Auxiliary Triggering |
Description |
Specifies how often a trigger output signal is sent. |
VB Syntax |
auxTrig.TriggerOutInterval = value |
Variable |
(Type) - Description |
auxTrig |
An AuxTrigger (object) |
value |
(single) - Choose from: 0 - naTriggerModePoint - a single data point is measured with each trigger signal the channel receives. Subsequent trigger signals continue to go to the channel in Point mode until the channel measurements are complete. This is effectively the same as trigger point mode. 1 - naTriggerModeMeasurement - entire traces are swept with a trigger signal. which and how many traces depends on the Scope setting. |
Return Type |
Enum |
Default |
1 - naTriggerModeMeasurement |
Exaamples |
auxTrig.TriggerOutInterval = naTriggerModeMeasurement 'Write |
value = auxTrig.TriggerOutInterval 'Read the value |
|
C++ Syntax |
HRESULT get_TriggerOutInterval(enum NATriggerMode *val); |
Interface |
IAuxTrigger |