Keysight Pathwave 89600 VSA .NET API
IFPath Property
See Also 
Agilent.SA.Vsa.HardwareExtensions.Core.Interfaces Assembly > Agilent.SA.Vsa.HardwareExtensions.XSeries Namespace > InputExtension Class : IFPath 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 Overridable Property IFPath As String
C# 
public virtual string IFPath {get; set;}
C++/CLI 
public:
virtual property String^ IFPath {
   String^ get();
   void set (    String^ value);
}

Remarks

The parameters is the name of the IF path, formatted as three fields separated by underscore, <bandwidth>_<pathType>_<model> <bandwidth> is an integer value in Hz. This is a required field <pathType> is StandardN or AlternateN, where N is an integer >= 1. Path type is model-specific. Alternate paths are available depending on instrument model and options. This field is optional for the default pathType, which is Standard1. <model> is the instrument model. When setting IFPath, this field is optional for default, which is the instrument model of the current hardware configuration. This field must be present when pathType is field is present Only bandwidth is returned for a standard IF path. Bandwidth and path type are returned for an alternate path.

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 25.60

See Also