FormatPy

SCPI Command :

CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUCCh:FORMat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) PucchFormat[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUCCh:FORMat
value: enums.PucchFormat = driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pucch.formatPy.get(carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the PUCCH format for a specific subframe. The command is available if you have selected PUCCH format selection on subframe basis with method RsFsw.applications.k10Xlte.configure.lte.uplink.cc.pucch.formatPy.set() .

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)

Returns:

format_py: F1 (F1) F1A (F1a) F1B (F1b) F2 (F2) F2A (F2a) F2B (F2b) F3 (F3)

set(format_py: PucchFormat, carrierComponent=CarrierComponent.Default, subframe=Subframe.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:SUBFrame<sf>:ALLoc:PUCCh:FORMat
driver.applications.k10Xlte.configure.lte.uplink.cc.subframe.alloc.pucch.formatPy.set(format_py = enums.PucchFormat.F1, carrierComponent = repcap.CarrierComponent.Default, subframe = repcap.Subframe.Default)

Selects the PUCCH format for a specific subframe. The command is available if you have selected PUCCH format selection on subframe basis with method RsFsw.applications.k10Xlte.configure.lte.uplink.cc.pucch.formatPy.set() .

Parameters:
  • format_py – F1 (F1) F1A (F1a) F1B (F1b) F2 (F2) F2A (F2a) F2B (F2b) F3 (F3)

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

  • subframe – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Subframe’)