Index
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:TBS:INDex
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [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 (method
RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.table.set()) .- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
index: integer Range: 0 to max
- set(index: int, mobileStation=MobileStation.Default) None[source]
# [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 (method
RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.table.set()) .- Parameters:
index – integer Range: 0 to max
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)