Pzero

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:POWer:PZERo
class PzeroCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:POWer:PZERo
value: int = driver.configure.signaling.nradio.cell.bwp.srs.cnCodebook.power.pzero.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Sets the SRS power control parameter ‘p0’ for periodic SRS, for BWP <bb>.

param cell_name:

No help available

param bwParts:

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

return:

p_0: No help available

set(cell_name: str, p_0: int, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:SRS:CNCodebook:POWer:PZERo
driver.configure.signaling.nradio.cell.bwp.srs.cnCodebook.power.pzero.set(cell_name = 'abc', p_0 = 1, bwParts = repcap.BwParts.Default)

Sets the SRS power control parameter ‘p0’ for periodic SRS, for BWP <bb>.

param cell_name:

No help available

param p_0:

No help available

param bwParts:

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