Keysight 89600 VSA .NET API
CopyAutoDetectedReferenceSubcarrierValuesToManualValues Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > MeasurementExtension Class : CopyAutoDetectedReferenceSubcarrierValuesToManualValues Method


Glossary Item Box

Copy the auto detected reference subcarrier values and save it in the internal state dictionary.

Syntax

Visual Basic (Declaration) 
Public Overridable Sub CopyAutoDetectedReferenceSubcarrierValuesToManualValues() 
C# 
public virtual void CopyAutoDetectedReferenceSubcarrierValuesToManualValues()
C++/CLI 
public:
virtual void CopyAutoDetectedReferenceSubcarrierValuesToManualValues(); 

Exceptions

Remarks

When ReferenceSubcarrierSymbolsAutoDetected is true, makes a copy of the current auto detected reference subcarrier values and save it in the internal state dictionary, then switches ReferenceSubcarrierSymbolsAutoDetected to false. When ReferenceSubcarrierSymbolsAutoDetected is false, InvalidOperationException is thrown out. Currently there is no API provided to access the reference subcarrier symbols from the internal state, but it can be saved in VSA setx file.

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also