ShPrb

SCPI Command :

CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:SHPRb
class ShPrbCls[source]

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

get(carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) int[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:SHPRb
value: int = driver.configure.nrMmwMeas.cc.allocation.pucch.shPrb.get(carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

No command help available

param carrierComponent:

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

param allocationMore:

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

return:

value: No help available

set(value: int, carrierComponent=CarrierComponent.Default, allocationMore=AllocationMore.Default) None[source]
# SCPI: CONFigure:NRMMw:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:SHPRb
driver.configure.nrMmwMeas.cc.allocation.pucch.shPrb.set(value = 1, carrierComponent = repcap.CarrierComponent.Default, allocationMore = repcap.AllocationMore.Default)

No command help available

param value:

No help available

param carrierComponent:

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

param allocationMore:

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