Gets a value indicating the duration of PRACH channel. Duration is specified by PRACH format.
Syntax
Visual Basic (Declaration) | |
---|
Public MustOverride ReadOnly Property Duration As Integer |
C# | |
---|
public abstract int Duration {get;} |
C++/CLI | |
---|
public:
abstract property int Duration {
int get();
} |
Property Value
The default value is determined by either
ConfigurationIndex or
PrachFormat
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also