State
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(channelNull=ChannelNull.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:STATe value: bool = driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.derror.bit.state.get(channelNull = repcap.ChannelNull.Default)
The command activates bit error generation or deactivates it. Bit errors are inserted into the data stream of the coupled HS-PDSCHs. It is possible to select the layer in which the errors are inserted (physical or transport layer) . 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.
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- return
state: ON| OFF
- set(state: bool, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BIT:STATe driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.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 stream of the coupled HS-PDSCHs. It is possible to select the layer in which the errors are inserted (physical or transport layer) . 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.
- param state
ON| OFF
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)