SymbolRate
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SRATe
- class SymbolRateCls[source]
SymbolRate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) RsSmbv.enums.SymbRate [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SRATe value: enums.SymbRate = driver.source.bb.w3Gpp.mstation.prach.symbolRate.get(mobileStation = repcap.MobileStation.Default)
The command sets the symbol rate of the PRACH. A change of symbol rate leads to an automatic change of slot format [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PRACh:SFORmat.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
srate: D15K| D30K| D60K| D120k
- set(srate: RsSmbv.enums.SymbRate, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:SRATe driver.source.bb.w3Gpp.mstation.prach.symbolRate.set(srate = enums.SymbRate.D120k, mobileStation = repcap.MobileStation.Default)
The command sets the symbol rate of the PRACH. A change of symbol rate leads to an automatic change of slot format [:SOURce<hw>]:BB:W3GPp:MSTation<st>:PRACh:SFORmat.
- param srate
D15K| D30K| D60K| D120k
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)