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


sfi
The slot format indicator to get the detailed symbol directions.

Glossary Item Box

Gets the slot format indicator symbol directions.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetSfiSymbolDirections( _
   ByVal sfi As Integer _
) As SfiSymbolDirection()
C# 
public abstract SfiSymbolDirection[] GetSfiSymbolDirections( 
   int sfi
)
C++/CLI 
public:
abstract array<SfiSymbolDirection>^ GetSfiSymbolDirections( 
   int sfi
) 

Parameters

sfi
The slot format indicator to get the detailed symbol directions.

Return Value

The array of symbol directions.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also