State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:ENHanced:CHANnel<CH0>:DPCH:DERRor:BLOCk: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>:DPCH:DERRor:BLOCk:STATe
value: bool = driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.block.state.get(channelNull = repcap.ChannelNull.Default)

The command activates or deactivates block error generation. Block error generation is only possible when channel coding is activated. During block error generation, the CRC checksum is determined and then the last bit is inverted at the specified error probability in order to simulate a defective 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>:DPCH:DERRor:BLOCk:STATe
driver.source.bb.w3Gpp.bstation.enhanced.channel.dpch.derror.block.state.set(state = False, channelNull = repcap.ChannelNull.Default)

The command activates or deactivates block error generation. Block error generation is only possible when channel coding is activated. During block error generation, the CRC checksum is determined and then the last bit is inverted at the specified error probability in order to simulate a defective signal.

param state

ON| OFF

param channelNull

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