FormatPy
SCPI Command :
CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:FORMat value: float = driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.formatPy.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PDCCH format.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
format_py: -1 | 0 | 1 | 2 | 3
- set(format_py: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PDCCh:FORMat driver.applications.k10Xlte.configure.lte.downlink.cc.pdcch.formatPy.set(format_py = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the PDCCH format.
- Parameters:
format_py – -1 | 0 | 1 | 2 | 3
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)