PbpiBpsk

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PBPibpsk
class PbpiBpskCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PBPibpsk
value: bool = driver.configure.signaling.nradio.cell.power.control.pbpiBpsk.get(cell_name = 'abc')

Configures the signaled optional Boolean value ‘powerBoostPi2BPSK’, for the initial BWP.

param cell_name:

No help available

return:

enable: No help available

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:POWer:CONTrol:PBPibpsk
driver.configure.signaling.nradio.cell.power.control.pbpiBpsk.set(cell_name = 'abc', enable = False)

Configures the signaled optional Boolean value ‘powerBoostPi2BPSK’, for the initial BWP.

param cell_name:

No help available

param enable:

No help available