DlOnly
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:MCONfig:DLONly
- class DlOnlyCls[source]
DlOnly commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:DLONly value: bool = driver.configure.signaling.lte.cell.mconfig.dlOnly.get(cell_name = 'abc')
Selects whether UL is forbidden for a cell in live mode.
- param cell_name:
No help available
- return:
enable: ON: only DL OFF: UL and DL allowed
- set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:MCONfig:DLONly driver.configure.signaling.lte.cell.mconfig.dlOnly.set(cell_name = 'abc', enable = False)
Selects whether UL is forbidden for a cell in live mode.
- param cell_name:
No help available
- param enable:
ON: only DL OFF: UL and DL allowed