Index
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:TBS:INDex
- class IndexCls[source]
Index commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:TBS:INDex value: int = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.index.get(mobileStation = repcap.MobileStation.Default)
Selects the Transport Block Size Index (E-TFCI) for the corresponding table, as described in in 3GPP TS 25.321, Annex B. The value range of this parameter depends on the selected Transport Block Size Table ([:SOURce<hw>]:BB:W3GPp:MSTation<st>[:HSUPa]:DPCCh:E:FRC:TBS:TABLe) .
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
index: integer Range: 0 to max
- set(index: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:TBS:INDex driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.index.set(index = 1, mobileStation = repcap.MobileStation.Default)
Selects the Transport Block Size Index (E-TFCI) for the corresponding table, as described in in 3GPP TS 25.321, Annex B. The value range of this parameter depends on the selected Transport Block Size Table ([:SOURce<hw>]:BB:W3GPp:MSTation<st>[:HSUPa]:DPCCh:E:FRC:TBS:TABLe) .
- param index
integer Range: 0 to max
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)