Keysight Pathwave 89600 VSA .NET API
SourceTriggerType Enumeration
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : SourceTriggerType Enumeration


Glossary Item Box

The type of event that triggers the source

Syntax

Visual Basic (Declaration) 
Public Enum SourceTriggerType 
   Inherits System.Enum
C# 
public enum SourceTriggerType : System.Enum 
C++/CLI 
public enum class SourceTriggerType : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
GlobalTriggerThe global trigger initiates phase coherent waveform play
ImmediateEnables immediate triggering of the waveform playing after a waveform is downloaded and modulation is enabled.
SoftwareThe trigger is initiated programmatically in software.
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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 28.60

See Also