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


Glossary Item Box

Gets the actual current trigger out state. This may vary as a function of other state even though the TriggerOut value is not changed. The TriggerOut value should not be coerced from what was set (as long as it is a supported value) but the actual current value should be reflected here and be TriggerOut.Off, TriggerOut.Unknown, or the current state of TriggerOut.

Syntax

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

Remarks

Some setup state may not support generating a trigger out but the intent is to not have to set the TriggerOut value again when returning to a state that does support it, but to know whether trigger out is actually generated in the current setup.

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