State

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BLOCk:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(channelNull=ChannelNull.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation:[ENHanced]:CHANnel<CH0>:HSDPa:DERRor:BLOCk:STATe
value: bool = driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.derror.block.state.get(channelNull = repcap.ChannelNull.Default)

The command activates or deactivates block error generation. 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.

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>:HSDPa:DERRor:BLOCk:STATe
driver.source.bb.w3Gpp.bstation.enhanced.channel.hsdpa.derror.block.state.set(state = False, channelNull = repcap.ChannelNull.Default)

The command activates or deactivates block error generation. 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.

Parameters:
  • state – ON | OFF

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