Rate
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH: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>:DPCH:DERRor:BIT:RATE value: float = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.rate.get(channelNull = repcap.ChannelNull.Default)
The command sets the bit error rate.
- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
rate: float Range: 1E-7 to 0.5
- set(rate: float, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:RATE driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.rate.set(rate = 1.0, channelNull = repcap.ChannelNull.Default)
The command sets the bit error rate.
- Parameters:
rate – float Range: 1E-7 to 0.5
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)