Keysight Pathwave 89600 VSA .NET API
GetSfiDescription Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pdsch Class : GetSfiDescription Method


sfi
The slot format indicator to get the detailed description of.

Glossary Item Box

Gets the slot format indicator detailed description indicating the symbol directions.

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetSfiDescription( _
   ByVal sfi As Integer _
) As String
C# 
public virtual string GetSfiDescription( 
   int sfi
)
C++/CLI 
public:
virtual String^ GetSfiDescription( 
   int sfi
) 

Parameters

sfi
The slot format indicator to get the detailed description of.

Return Value

A string with the slot format indicator symbol directions.

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 23.20

See Also