PbpiBpsk

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:PBPibpsk
class PbpiBpskCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:PBPibpsk
value: bool = driver.configure.signaling.nradio.cell.bwp.power.control.pbpiBpsk.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Configures the signaled optional Boolean value ‘powerBoostPi2BPSK’, for BWP <bb>.

param cell_name:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

enable: No help available

set(cell_name: str, enable: bool, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bpwid>:POWer:CONTrol:PBPibpsk
driver.configure.signaling.nradio.cell.bwp.power.control.pbpiBpsk.set(cell_name = 'abc', enable = False, bwParts = repcap.BwParts.Default)

Configures the signaled optional Boolean value ‘powerBoostPi2BPSK’, for BWP <bb>.

param cell_name:

No help available

param enable:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)