Tpmi

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TPMI
class TpmiCls[source]

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

get(cell_name: str, slot: int) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TPMI
value: int = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.tpmi.get(cell_name = 'abc', slot = 1)

Specifies the TPMI for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

return:

tpmi: No help available

set(cell_name: str, slot: int, tpmi: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:TPMI
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.tpmi.set(cell_name = 'abc', slot = 1, tpmi = 1)

Specifies the TPMI for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

param tpmi:

No help available