Keysight Pathwave 89600 VSA .NET API
ImportLteSettings(String) Method
See Also 
Agilent.SA.Vsa.Lte.Interfaces Assembly > Agilent.SA.Vsa.Lte Namespace > MeasurementExtension Class > ImportLteSettings Method : ImportLteSettings(String) Method


fileName
The setup file to import LTE parameters from.

Glossary Item Box

Import only LTE setup parameters from a setup file

Syntax

Visual Basic (Declaration) 
Public Overloads MustOverride Sub ImportLteSettings( _
   ByVal fileName As String _
) 
C# 
public abstract void ImportLteSettings( 
   string fileName
)
C++/CLI 
public:
abstract void ImportLteSettings( 
   String^ fileName
) 

Parameters

fileName
The setup file to import LTE parameters from.

Remarks

Import of LTE parameters from setup files containing more than one measurement is not supported. This method can be used to import settings from an LTE setup file into an LTE-Advanced component carrier.

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 16.00

See Also