Keysight Pathwave 89600 VSA .NET API
GetSfiDescription Method
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Csirs 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 MustOverride Function GetSfiDescription( _
   ByVal sfi As Integer _
) As String
C# 
public abstract string GetSfiDescription( 
   int sfi
)
C++/CLI 
public:
abstract 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)

See Also