Write/Read |
About Auxiliary Triggering |
Description |
Specifies the width of the output pulse, which is the time that the Aux trigger output will be asserted. |
VB Syntax |
auxTrig.TriggerOutDuration = value |
Variable |
(Type) - Description |
auxTrig |
An AuxTrigger (object) |
value |
(single) - Duration value in seconds. Choose a value between 1E-6 and 1. |
Return Type |
Double |
Default |
1E-6 sec |
Exaamples |
auxTrig.TriggerOutDuration = 1e-3 'Write |
value = auxTrig.TriggerOutDuration 'Read the value |
|
C++ Syntax |
HRESULT get_TriggerOutDuration(double *val); |
Interface |
IAuxTrigger |