Tmode

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:TMODe
class TmodeCls[source]

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

get(cell_name: str) Tmode[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:TMODe
value: enums.Tmode = driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.downlink.tmode.get(cell_name = 'abc')

Selects the DL transmission mode.

param cell_name:

No help available

return:

tmode: No help available

set(cell_name: str, tmode: Tmode) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:DL:TMODe
driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.downlink.tmode.set(cell_name = 'abc', tmode = enums.Tmode.TM1)

Selects the DL transmission mode.

param cell_name:

No help available

param tmode:

No help available