Symbol
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:UL:TDOMain:SYMBol
- class SymbolCls[source]
Symbol commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Start_Symbol: int: No parameter help available
Number_Symbol: int: No parameter help available
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:UL:TDOMain:SYMBol value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.uplink.tdomain.symbol.get(cell_name = 'abc')
Defines the index of the first allocated OFDM symbol and the number of allocated OFDM symbols, for UL configured grant, for the initial BWP.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, start_symbol: int, number_symbol: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:UL:TDOMain:SYMBol driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.uplink.tdomain.symbol.set(cell_name = 'abc', start_symbol = 1, number_symbol = 1)
Defines the index of the first allocated OFDM symbol and the number of allocated OFDM symbols, for UL configured grant, for the initial BWP.
- param cell_name:
No help available
- param start_symbol:
No help available
- param number_symbol:
No help available