Sindex
SCPI Command :
CONFigure[:LTE]:UL[:CC<cc>]:PRACh:SINDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(carrierComponent=CarrierComponent.Default) float[source]
# 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.
- Parameters:
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- Returns:
index: IndexValue Number that defines the index manually. AUTO Automatically determines the index.
- set(index: float, carrierComponent=CarrierComponent.Default) None[source]
# 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.
- Parameters:
index – IndexValue Number that defines the index manually. AUTO Automatically determines the index.
carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)