PoVsss

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:POVSss
class PoVsssCls[source]

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

get(cell_name: str, bwParts=BwParts.Default) RsrcPower[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:POVSss
value: enums.RsrcPower = driver.configure.signaling.nradio.cell.bwp.cqiReporting.resource.poVsss.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

No command help available

param cell_name:

No help available

param bwParts:

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

return:

power: No help available

set(cell_name: str, power: RsrcPower, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:RESource:POVSss
driver.configure.signaling.nradio.cell.bwp.cqiReporting.resource.poVsss.set(cell_name = 'abc', power = enums.RsrcPower.M3DB, bwParts = repcap.BwParts.Default)

No command help available

param cell_name:

No help available

param power:

No help available

param bwParts:

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