Write/Read
About Auxiliary Triggering

TriggerOutPolarity Property


Description

Specifies the polarity of the trigger output signal being supplied by the VNA.

 VB Syntax

auxTrig.TriggerOutPolarity = value

Variable

(Type) - Description

auxTrig

An AuxTrigger (object)

value

(enum NATriggerPolarity) - Choose from:

naTriggerPositive  VNA sends positive going (active HIGH) pulse.

naTriggerNegative  VNA sends negative going (active LOW) pulse.

Return Type

Enum

Default

 

Exaamples

auxTrig.TriggerOutPolarity = naTriggerPositive 'Write

value = auxTrig.TriggerOutPolarity 'Read the value

C++ Syntax

HRESULT get_TriggerOutPolarity(enum NATriggerPolarity *val);
HRESULT put_TriggerOutPolarity(enum NATriggerPolarity val);

Interface

IAuxTrigger