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


Glossary Item Box

Gets the configured signal format.

Syntax

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

Remarks

The configured signal format indicates whether the signal to be measured should be LTE Uplink signal or LTE 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