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


Glossary Item Box

Gets or sets the analog signal path to use in the IF section of the analyzer.

Syntax

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

Remarks

The settings determine the analog signal path in the analyzer. The signal paths are distinguished by their maximum frequency span. The paths have different filters and ADC's that are optimized for that span.

The settings that are available for a given instrument are determined by the model and options

Requirements

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

See Also