Orate

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPDCh:ORATe
class OrateCls[source]

Orate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) SymbRate[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPDCh:ORATe
value: enums.SymbRate = driver.source.bb.w3Gpp.mstation.dpdch.orate.get(mobileStation = repcap.MobileStation.Default)

The command sets the overall symbol rate. The overall symbol rate determines the number of DPDCHs as well as their symbol rate and channelization codes.

param mobileStation:

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

return:

orate: D15K| D30K| D60K| D120k| D240k| D480k| D960k| D1920k| D2880k| D3840k| D4800k| D5760k D15K … D5760K 15 ksps … 6 x 960 ksps

set(orate: SymbRate, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPDCh:ORATe
driver.source.bb.w3Gpp.mstation.dpdch.orate.set(orate = enums.SymbRate.D120k, mobileStation = repcap.MobileStation.Default)

The command sets the overall symbol rate. The overall symbol rate determines the number of DPDCHs as well as their symbol rate and channelization codes.

param orate:

D15K| D30K| D60K| D120k| D240k| D480k| D960k| D1920k| D2880k| D3840k| D4800k| D5760k D15K … D5760K 15 ksps … 6 x 960 ksps

param mobileStation:

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