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


Glossary Item Box

Gets or sets the type of trigger that starts the phase coherent waveform play on all source channels when TriggerType is GlobalTrigger.

Syntax

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

Remarks

GlobalTrigger trigger type is a mode of trigger operation supported by some multiple channel sources that starts phase coherent waveform play. This property sets the type of trigger that is used to initiate the global trigger.

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