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


fileName
The text file to which to export the SCMA codebook

Glossary Item Box

Export SCMA Codebook

Syntax

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

Parameters

fileName
The text file to which to export 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