Mode
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:PATTern:UDEFined:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, bwParts=BwParts.Default) Repeat[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:PATTern:UDEFined:MODE value: enums.Repeat = driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.pattern.userDefined.mode.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Selects the mode for execution of a user-defined TPC pattern, for BWP <bb>.
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
mode: No help available
- set(cell_name: str, mode: Repeat, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:TPControl:PATTern:UDEFined:MODE driver.configure.signaling.nradio.cell.bwp.power.control.tpControl.pattern.userDefined.mode.set(cell_name = 'abc', mode = enums.Repeat.CONTinuous, bwParts = repcap.BwParts.Default)
Selects the mode for execution of a user-defined TPC pattern, for BWP <bb>.
- param cell_name:
No help available
- param mode:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)