These properties setup Auxiliary triggering on a channel.
Use chan.AuxTrigger (n) to access the object.
where n= the connector pair to be used for Auxiliary Triggering.
VNA models: Use 1 or 2
Use app.AuxiliaryTriggerCount to determine the number of auxiliary trigger pairs on the rear panel of a VNA.
Dim app as AgilentPNA835x.Application
Dim chan as Channel
Set chan = app.ActiveChannel
Dim AuxTrig as AuxTrigger
AuxTrig = chan.AuxTrigger(2)
Methods |
Interface |
Description |
---|---|---|
None |
|
|
Properties |
|
Description |
Delay (Input) |
IAuxTrigger |
Specifies the delay that should be applied by the VNA after the Aux trigger input is received and before the acquisition is made |
IAuxTrigger |
Turns ON / OFF the trigger output. |
|
HandshakeEnable (Input) |
IAuxTrigger |
Turns handshake ON / OFF. |
IAuxTrigger |
Reads the number of the Aux I/O pair being used. |
|
TriggerInPolarity (Input) |
IAuxTrigger |
Specifies the polarity of the trigger IN signal to which the VNA will respond. |
TriggerInType (Input) |
IAuxTrigger |
Specifies the type of Aux trigger input being supplied to the VNA |
IAuxTrigger |
Specifies the width of the pulse or the time that the Aux trigger output will be asserted |
|
IAuxTrigger |
Specifies how often a trigger output signal is sent. |
|
IAuxTrigger |
Specifies the polarity of the trigger output signal being supplied by the VNA. |
|
IAuxTrigger |
Specifies whether the Aux trigger out signal is sent Before or After the acquisition. |
Interface |
Introduced with VNA Rev: |
IAuxTrigger |
7.2 |
|
|