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


Glossary Item Box

Gets or sets which external trigger port to use

Syntax

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

Remarks

The PSA has external trigger connectors on both front and rear panels. You can specify which connector to use by setting the value to Front or Rear. The default value is Front.

Requirements

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

See Also