Enable

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:ENABle
class EnableCls[source]

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

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

Enables or disables scheduling of the DL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

return:

enable: No help available

set(cell_name: str, slot: int, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:ENABle
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.enable.set(cell_name = 'abc', slot = 1, enable = False)

Enables or disables scheduling of the DL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

param enable:

No help available