Keysight Pathwave 89600 VSA .NET API
ExternalTrigLocation Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace > InputExtension Class : ExternalTrigLocation Property


Glossary Item Box

Gets or sets the port for the external trigger signal.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property ExternalTrigLocation As TrigLocation
C# 
public abstract TrigLocation ExternalTrigLocation {get; set;}
C++/CLI 
public:
abstract property TrigLocation ExternalTrigLocation {
   TrigLocation get();
   void set (    TrigLocation value);
}

Remarks

The External Trigger Location parameter specifies which external trigger port is to be used. Keysight X-Series Signal Analyzers (depending on model) provide up to 2 external trigger input ports; External1 specifies the “Trigger 1 In” port and External2 specifies the “Trigger 2 In” port.

Requirements

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

See Also