Symbol

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL: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: No parameter help available

  • Start_Symbol: int: No parameter help available

get(cell_name: str, slot: int) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:TDOMain:SYMBol
value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.tdomain.symbol.get(cell_name = 'abc', slot = 1)

Defines the number of allocated OFDM symbols and the index of the first allocated OFDM symbol for the PDSCH. For the DL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

return:

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

set(cell_name: str, slot: int, number_symbol: int, start_symbol: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:TDOMain:SYMBol
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.tdomain.symbol.set(cell_name = 'abc', slot = 1, number_symbol = 1, start_symbol = 1)

Defines the number of allocated OFDM symbols and the index of the first allocated OFDM symbol for the PDSCH. For the DL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

param number_symbol:

No help available

param start_symbol:

No help available