Keysight Pathwave 89600 VSA .NET API
TriggerOut Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > InputTrigger Class : TriggerOut Property


Glossary Item Box

Gets or sets whether to generate a trigger out when the acquisition occurs and if so what output connector to generate it on. This is the desired trigger out and the actual trigger out state will be reflected in ActualTriggerOut.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TriggerOut As TriggerOut
C# 
public virtual TriggerOut TriggerOut {get; set;}
C++/CLI 
public:
virtual property TriggerOut TriggerOut {
   TriggerOut get();
   void set (    TriggerOut value);
}

Remarks

Some hardware that is in use by the application may not indicate to the application whether it is generating a trigger out. In that case TriggerOut.Unknown will be indicated since it is not known whether it will generate a trigger out or not.

The default value is normally to generate a trigger out on TriggerOut.TriggerOut1 although if that might conflict with the use of the same connector by external trigger input then some hardware may default to TriggerOut.Off instead.

This parameter will not be preset when doing a measurement preset, but will be preset when doing an Application preset.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 24.00

See Also