Sindex
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PRACh:SINDex
- class SindexCls[source]
Sindex commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) float [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PRACh:SINDex value: float = driver.applications.k10Xlte.configure.lte.uplink.cc.prach.sindex.get(carrierComponent = repcap.CarrierComponent.Default)
Selects the PRACH sequence index.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
index: IndexValue Number that defines the index manually. AUTO Automatically determines the index.
- set(index: float, carrierComponent=CarrierComponent.Default) None [source]
# SCPI: CONFigure[:LTE]:UL[:CC<cc>]:PRACh:SINDex driver.applications.k10Xlte.configure.lte.uplink.cc.prach.sindex.set(index = 1.0, carrierComponent = repcap.CarrierComponent.Default)
Selects the PRACH sequence index.
- param index
IndexValue Number that defines the index manually. AUTO Automatically determines the index.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)