Occ

SCPI Command :

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

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

class OccStruct[source]

Response structure. Fields:

  • Length: int: OCC length

  • Index: int: OCC index

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

Specifies the OCC length and index for PUCCH format F4, for carrier <no>, allocation <a>.

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:

structure: for return value, see the help for OccStruct structure arguments.

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

Specifies the OCC length and index for PUCCH format F4, for carrier <no>, allocation <a>.

param length:

OCC length

param index:

OCC index

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’)