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


fileName
The text file from which to import the SCMA codebook

Glossary Item Box

Import SCMA Codebook

Syntax

Visual Basic (Declaration) 
Public Overridable Sub ImportScmaCodebook( _
   ByVal fileName As String _
) 
C# 
public virtual void ImportScmaCodebook( 
   string fileName
)
C++/CLI 
public:
virtual void ImportScmaCodebook( 
   String^ fileName
) 

Parameters

fileName
The text file from which to import the SCMA codebook

Remarks

The text file contains a CSV formatted representation of the code book.

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 21.00

See Also