FormatPy
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:FORMat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:FORMat value: float = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PRACH format.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
format_py: 0 | 1 | 2 | 3 | A1 | A2 | A3 | B1 | B2 | B3 | B4 | C0 | C2
- set(format_py: float, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:FORMat driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.prach.formatPy.set(format_py = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the PRACH format.
- Parameters:
format_py – 0 | 1 | 2 | 3 | A1 | A2 | A3 | B1 | B2 | B3 | B4 | C0 | C2
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)