Orate
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:ORATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) WcdmaSymbRateEdPdchOverallSymbRate[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:ORATe value: enums.WcdmaSymbRateEdPdchOverallSymbRate = driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.orate.get(mobileStation = repcap.MobileStation.Default)
Sets the overall symbol rate of all the E-DPDCH channels.
- 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 | D2880k | D3840k | D4800k | D5760k
- set(orate: WcdmaSymbRateEdPdchOverallSymbRate, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPDCh:E:ORATe driver.source.bb.w3Gpp.mstation.hsupa.dpdch.e.orate.set(orate = enums.WcdmaSymbRateEdPdchOverallSymbRate.D120k, mobileStation = repcap.MobileStation.Default)
Sets the overall symbol rate of all the E-DPDCH channels.
- Parameters:
orate – D15K | D30K | D60K | D120k | D240k | D480k | D960k | D1920k | D2X1920K | D2X960K2X1920K | D2880k | D3840k | D4800k | D5760k
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)