Keysight Pathwave 89600 VSA .NET API
RequiredSignalFormat Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > ConfigurationResult Class : RequiredSignalFormat Property


Glossary Item Box

Gets the required signal format.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property RequiredSignalFormat As String
C# 
public string RequiredSignalFormat {get;}
C++/CLI 
public:
property String^ RequiredSignalFormat {
   String^ get();
}

Remarks

The required signal format indicates whether the signal to be measured should be NewRadio Uplink signal or NewRadio Downlink signal. This information is parsed from the VSA setx file provided by ConfigureWithVsaSetupFile(string fileName, CalculationControl calculationControl).

Requirements

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

See Also