Table

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:TBS:TABLe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) HsUpaFrcTable[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:TBS:TABLe
value: enums.HsUpaFrcTable = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.table.get(mobileStation = repcap.MobileStation.Default)

Selects the Transport Block Size Table from 3GPP TS 25.321, Annex B according to that the transport block size is configured. The transport block size is determined also by the Transport Block Size Index (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.index.set() ) . The allowed values for this command depend on the selected E-DCH TTI (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.ttiedch.set() ) and modulation scheme (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.modulation.set() ) . E-DCH TTI / Modulation / Transport Block Size Table / SCPI Paramater / Transport Block Size Index (E-TFCI)

  • 2ms / BPSK / Table 0 / TAB0TTI2 / 0 .. 127

  • Table 1 / TAB1TTI2 / 0 .. 125

  • 4PAM / Table 2 / TAB2TTI2 / 0 .. 127

  • Table 3 / TAB3TTI2 / 0 .. 124

  • 10ms / Table 0 / TAB0TTI10 / 0 .. 127

  • Table 1 / TAB1TTI10 / 0 .. 120

Parameters:

mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Returns:

table: TAB0TTI2 | TAB1TTI2 | TAB2TTI2 | TAB3TTI2 | TAB0TTI10 | TAB1TTI10

set(table: HsUpaFrcTable, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:TBS:TABLe
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.table.set(table = enums.HsUpaFrcTable.TAB0TTI10, mobileStation = repcap.MobileStation.Default)

Selects the Transport Block Size Table from 3GPP TS 25.321, Annex B according to that the transport block size is configured. The transport block size is determined also by the Transport Block Size Index (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.tbs.index.set() ) . The allowed values for this command depend on the selected E-DCH TTI (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.ttiedch.set() ) and modulation scheme (method RsSmw.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.modulation.set() ) . E-DCH TTI / Modulation / Transport Block Size Table / SCPI Paramater / Transport Block Size Index (E-TFCI)

  • 2ms / BPSK / Table 0 / TAB0TTI2 / 0 .. 127

  • Table 1 / TAB1TTI2 / 0 .. 125

  • 4PAM / Table 2 / TAB2TTI2 / 0 .. 127

  • Table 3 / TAB3TTI2 / 0 .. 124

  • 10ms / Table 0 / TAB0TTI10 / 0 .. 127

  • Table 1 / TAB1TTI10 / 0 .. 120

Parameters:
  • table – TAB0TTI2 | TAB1TTI2 | TAB2TTI2 | TAB3TTI2 | TAB0TTI10 | TAB1TTI10

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)