Block

SCPI Commands :

[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:BLOCk:RATE
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:[BLOCk]:STATe
class BlockCls[source]

Block commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_rate() float[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:BLOCk:RATE
value: float = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.derror.block.get_rate()

Sets the block error rate.

return

rate: float Range: 1E-4 to 0.5

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:[BLOCk]:STATe
value: bool = driver.source.bb.w3Gpp.mstation.enhanced.dpdch.derror.block.get_state()

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.

return

state: ON| OFF

set_rate(rate: float) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:BLOCk:RATE
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.derror.block.set_rate(rate = 1.0)

Sets the block error rate.

param rate

float Range: 1E-4 to 0.5

set_state(state: bool) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:[BLOCk]:STATe
driver.source.bb.w3Gpp.mstation.enhanced.dpdch.derror.block.set_state(state = False)

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