Rate
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:RATE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default) float[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:RATE value: float = driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.derror.bit.rate.get(channelNull = repcap.ChannelNull.Default)
Sets the bit error rate.
- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
rate: float
- set(rate: float, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:RATE driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.derror.bit.rate.set(rate = 1.0, channelNull = repcap.ChannelNull.Default)
Sets the bit error rate.
- Parameters:
rate – float
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)