Ssid
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:SSID
- class SsidCls[source]
Ssid commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:SSID value: int = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.uplink.ssid.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures the ID of the search space for the UL, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
idn: No help available
- set(cell_name: str, idn: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:UL:SSID driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.uplink.ssid.set(cell_name = 'abc', idn = 1, bwParts = repcap.BwParts.Default)
Configures the ID of the search space for the UL, for BWP <bb>.
- param cell_name:
No help available
- param idn:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)