FormatPy
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) PucchFormat[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:FORMat value: enums.PucchFormat = driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.formatPy.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PUCCH format. Note that formats 2a and 2b are available for normal cyclic prefix length only.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
format_py: F1 (F1) F1A (F1a) F1B (F1b) F2 (F2) F2A (F2a) F2B (F2b) F3 (F3) SUBF Allows you to define the PUCCH format for each subframe separately with .
- set(format_py: PucchFormat, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:UL[:CC<cc>]:PUCCh:FORMat driver.applications.k10Xlte.configure.lte.uplink.cc.pucch.formatPy.set(format_py = enums.PucchFormat.F1, carrierComponent = repcap.CarrierComponent.Default)
Selects the PUCCH format. Note that formats 2a and 2b are available for normal cyclic prefix length only.
- Parameters:
format_py – F1 (F1) F1A (F1a) F1B (F1b) F2 (F2) F2A (F2a) F2B (F2b) F3 (F3) SUBF Allows you to define the PUCCH format for each subframe separately with .
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)