Keysight Pathwave 89600 VSA .NET API
SlotFormat Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Agilent.SA.Vsa.NewRadio Namespace > Pusch Class : SlotFormat Property


Glossary Item Box

Gets or sets a value indicating the slot format used for this PUSCH physical channel. Obsolete since version 2018 (use Sfi instead).

Syntax

Visual Basic (Declaration) 
Public MustOverride Property SlotFormat As SlotFormat
C# 
public abstract SlotFormat SlotFormat {get; set;}
C++/CLI 
public:
abstract property SlotFormat SlotFormat {
   SlotFormat get();
   void set (    SlotFormat value);
}

Property Value

The default is SlotFormat.One.

Remarks

This property helps define the set of symbols reserved for this PUSCH physical channel. This is applied in coordination with FlexibleSymbols, FirstSymbolIndex, and LastSymbolIndex.

Requirements

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

See Also