FormatPy
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:PRACh:FORMat
- class FormatPyCls[source]
FormatPy commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
format_py: 0 | 1 | 2 | 3 | A1 | A2 | A3 | B1 | B2 | B3 | B4 | C0 | C2
- set(format_py: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: 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.
- param format_py
0 | 1 | 2 | 3 | A1 | A2 | A3 | B1 | B2 | B3 | B4 | C0 | C2
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)