Symbol

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:MSG<id>:TDOMain:SYMBol
class SymbolCls[source]

Symbol commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Number_Symbol: int: Number of allocated OFDM symbols.

  • Start_Symbol: int: Index of the first allocated OFDM symbol.

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MSG<id>:TDOMain:SYMBol
value: GetStruct = driver.configure.signaling.nradio.cell.msg.tdomain.symbol.get(cell_name = 'abc')

Configures the allocated OFDM symbols for msg3.

param cell_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, number_symbol: int, start_symbol: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:MSG<id>:TDOMain:SYMBol
driver.configure.signaling.nradio.cell.msg.tdomain.symbol.set(cell_name = 'abc', number_symbol = 1, start_symbol = 1)

Configures the allocated OFDM symbols for msg3.

param cell_name:

No help available

param number_symbol:

Number of allocated OFDM symbols.

param start_symbol:

Index of the first allocated OFDM symbol.