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


Glossary Item Box

Gets a reference to the measurement trigger setup.

Syntax

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

Remarks

When a non-zero span power spectrum measurement: This triggers the measurement but not the acquisition of data (the acquisition of the data is free-run unless gating is used in which case it is controlled by the gate trigger).

When a zero span power spectrum measurement is made: If gating is off then this triggers the acquisition of data used in the measurement. If gating is on then this triggers the measurement and gating triggers each data acquisition.

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 19.00

See Also