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


fileName
The setup file to import LTE parameters from.
testModel
Indicates whether the setup file being imported is an E-TM setup. If this is an LTE-A carrier, setting this parameter to true causes the CellIdentity to be automatically incremented based on the component carrier index. If this is not an LTE-A carrier, the parameter has no effect.

Glossary Item Box

Import only LTE setup parameters from a setup file

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ImportLteSettings( _
   ByVal fileName As String, _
   ByVal testModel As Boolean _
) 
C# 
public virtual void ImportLteSettings( 
   string fileName,
   bool testModel
)
C++/CLI 
public:
virtual void ImportLteSettings( 
   String^ fileName,
   bool testModel
) 

Parameters

fileName
The setup file to import LTE parameters from.
testModel
Indicates whether the setup file being imported is an E-TM setup. If this is an LTE-A carrier, setting this parameter to true causes the CellIdentity to be automatically incremented based on the component carrier index. If this is not an LTE-A carrier, the parameter has no effect.

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 20.00

See Also