Barred

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:BARRed
class BarredCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:BARRed
value: bool = driver.configure.signaling.lte.cell.barred.get(cell_name = 'abc')

Specifies whether the cell is barred.

param cell_name:

No help available

return:

enable: ON: cell barred OFF: cell not barred

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:BARRed
driver.configure.signaling.lte.cell.barred.set(cell_name = 'abc', enable = False)

Specifies whether the cell is barred.

param cell_name:

No help available

param enable:

ON: cell barred OFF: cell not barred