Occ

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:OCC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class OccStruct[source]

Response structure. Fields:

  • 1 Length: int: OCC length

  • 2 Index: int: OCC index

get(carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) OccStruct[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:OCC
value: OccStruct = driver.configure.nrSubMeas.cc.allocation.pucch.occ.get(carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

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

Parameters:
  • carrierComponentFour – optional repeated capability selector. Default value: Nr1

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

Returns:

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

set(length: int, index: int, carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:OCC
driver.configure.nrSubMeas.cc.allocation.pucch.occ.set(length = 1, index = 1, carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

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

Parameters:
  • length – OCC length

  • index – OCC index

  • carrierComponentFour – optional repeated capability selector. Default value: Nr1

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