Orate
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPDCh:ORATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) SymbRate[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
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]
# [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.
- Parameters:
orate – D15K | D30K | D60K | D120k | D240k | D480k | D960k | D1920k | D2880k | D3840k | D4800k | D5760k D15K … D5760K 15 ksps … 6 x 960 ksps
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)