Orate

SCPI Command :

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

Sets the overall symbol rate for the E-DCH channels, i.e. this parameter affects the corresponding parameter of the E-DPDCH.

Parameters:

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

Returns:

orate: D15K | D30K | D60K | D120k | D240k | D480k | D960k | D1920k | D2X1920K | D2X960K2X1920K

set(orate: WcdmaSymbRateEdPdchOverallSymbRate, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:ORATe
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.orate.set(orate = enums.WcdmaSymbRateEdPdchOverallSymbRate.D120k, mobileStation = repcap.MobileStation.Default)

Sets the overall symbol rate for the E-DCH channels, i.e. this parameter affects the corresponding parameter of the E-DPDCH.

Parameters:
  • orate – D15K | D30K | D60K | D120k | D240k | D480k | D960k | D1920k | D2X1920K | D2X960K2X1920K

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