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


Glossary Item Box

Gets or sets the loss at the IF in the IF/LO cable.

Syntax

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

Remarks

The loss at the IF in the IF/LO cable can be compensated for with this property by entering the loss in dB for the cable.

The cable loss will depend on the IF frequency. The IF frequency varies depending on which IF path (signal path) the measurement is using. For best accuracy, characterize the cable's loss for the IF frequency or frequencies that will be used.

Requirements

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

See Also