Rate
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:FRC:DERRor:BLOCk:RATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) float[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
rate: float Range: 1E-4 to 0.5
- set(rate: float, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
rate – float Range: 1E-4 to 0.5
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)