State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:STATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channelNull=ChannelNull.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:STATe value: bool = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.state.get(channelNull = repcap.ChannelNull.Default)
The command activates bit error generation or deactivates it. Bit errors are inserted into the data fields of the enhanced channels. When channel coding is active, it is possible to select the layer in which to insert the errors (the physical or the transport layer, method
RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.layer.set()) . When the data source is read out, individual bits are deliberately inverted at random points in the data bit stream at the specified error rate in order to simulate an invalid signal.- Parameters:
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- Returns:
state: ON | OFF
- set(state: bool, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BIT:STATe driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.state.set(state = False, channelNull = repcap.ChannelNull.Default)
The command activates bit error generation or deactivates it. Bit errors are inserted into the data fields of the enhanced channels. When channel coding is active, it is possible to select the layer in which to insert the errors (the physical or the transport layer, method
RsSmw.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.bit.layer.set()) . When the data source is read out, individual bits are deliberately inverted at random points in the data bit stream at the specified error rate in order to simulate an invalid signal.- Parameters:
state – ON | OFF
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)