Symbol
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined: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:
Number_Symbol: int: No parameter help available
Start_Symbol: int: No parameter help available
- get(cell_name: str, slot: int, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:TDOMain:SYMBol value: GetStruct = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.uplink.tdomain.symbol.get(cell_name = 'abc', slot = 1, bwParts = repcap.BwParts.Default)
Defines the number of allocated OFDM symbols and the index of the first allocated OFDM symbol for the PDSCH, for the UL slot with the index <Slot>, for BWP <bb>.
- param cell_name:
No help available
- param slot:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, slot: int, number_symbol: int, start_symbol: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:TDOMain:SYMBol driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.uplink.tdomain.symbol.set(cell_name = 'abc', slot = 1, number_symbol = 1, start_symbol = 1, bwParts = repcap.BwParts.Default)
Defines the number of allocated OFDM symbols and the index of the first allocated OFDM symbol for the PDSCH, for the UL slot with the index <Slot>, for BWP <bb>.
- param cell_name:
No help available
- param slot:
No help available
- param number_symbol:
No help available
- param start_symbol:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)