Smode

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SMODe
class SmodeCls[source]

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

get(cell_name: str) ModeE[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SMODe
value: enums.ModeE = driver.configure.signaling.lte.cell.ueScheduling.smode.get(cell_name = 'abc')

No command help available

param cell_name:

No help available

return:

mode: No help available

set(cell_name: str, mode: ModeE) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SMODe
driver.configure.signaling.lte.cell.ueScheduling.smode.set(cell_name = 'abc', mode = enums.ModeE.CPRI)

No command help available

param cell_name:

No help available

param mode:

No help available