RcMode
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:RCMode
- class RcModeCls[source]
RcMode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) ModeB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:RCMode value: enums.ModeB = driver.configure.signaling.nradio.cell.power.uplink.rcMode.get(cell_name = 'abc')
Selects a configuration mode for the expected UL level.
- param cell_name:
No help available
- return:
mode: Automatic configuration or user-defined configuration
- set(cell_name: str, mode: ModeB) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:UL:RCMode driver.configure.signaling.nradio.cell.power.uplink.rcMode.set(cell_name = 'abc', mode = enums.ModeB.AUTO)
Selects a configuration mode for the expected UL level.
- param cell_name:
No help available
- param mode:
Automatic configuration or user-defined configuration