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


Glossary Item Box

Gets or sets whether user corrections defined in the instrument should be applied.

Syntax

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

Remarks

Corrections can be defined in the instrument. When set to On then any corrections that are set to On in the instrument will be applied to the data.

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 15.00

See Also