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