Rate

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BLOCk:RATE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BLOCk:RATE
value: float = driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.derror.block.rate.get(channelNull = repcap.ChannelNull.Default)

The command sets the block error rate.

Parameters:

channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

Returns:

rate: float Range: 1E-4 to 5E-1

set(rate: float, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BLOCk:RATE
driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.derror.block.rate.set(rate = 1.0, channelNull = repcap.ChannelNull.Default)

The command sets the block error rate.

Parameters:
  • rate – float Range: 1E-4 to 5E-1

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)