Rate
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:RATE
- class RateCls[source]
Rate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) float [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:RATE value: float = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.derror.bit.rate.get(mobileStation = repcap.MobileStation.Default)
Sets the bit error rate.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
rate: float Range: 1E-7 to 0.5
- set(rate: float, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BIT:RATE driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.frc.derror.bit.rate.set(rate = 1.0, mobileStation = repcap.MobileStation.Default)
Sets the bit error rate.
- param rate
float Range: 1E-7 to 0.5
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)