Mode
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UL:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) ConfigMode[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UL:MODE value: enums.ConfigMode = driver.configure.signaling.nradio.cell.uplink.mode.get(cell_name = 'abc')
Selects a configuration mode for the UL BWP settings in FDD, for the initial BWP.
- param cell_name:
No help available
- return:
mode: No help available
- set(cell_name: str, mode: ConfigMode) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UL:MODE driver.configure.signaling.nradio.cell.uplink.mode.set(cell_name = 'abc', mode = enums.ConfigMode.AUTO)
Selects a configuration mode for the UL BWP settings in FDD, for the initial BWP.
- param cell_name:
No help available
- param mode:
No help available