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


Glossary Item Box

Gets or sets the correction applied for the cable connecting the external mixer to the analyzer

Syntax

Visual Basic (Declaration) 
Public Overridable Property CableCorrection As ExternalMixerCableCorrection
C# 
public virtual ExternalMixerCableCorrection CableCorrection {get; set;}
C++/CLI 
public:
virtual property ExternalMixerCableCorrection CableCorrection {
   ExternalMixerCableCorrection get();
   void set (    ExternalMixerCableCorrection value);
}

Remarks

The value is restricted to Off when not using an external mixer that supports cable corrections

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 28.40

See Also