Block
SCPI Commands :
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:BLOCk:RATE
[SOURce<HW>]:BB:W3GPp:MSTation:ENHanced:DPDCh:DERRor:[BLOCk]:STATe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_rate() float[source]
# [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.
- Returns:
rate: float Range: 1E-4 to 0.5
- get_state() bool[source]
# [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.
- Returns:
state: ON | OFF
- set_rate(rate: float) None[source]
# [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.
- Parameters:
rate – float Range: 1E-4 to 0.5
- set_state(state: bool) None[source]
# [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.
- Parameters:
state – ON | OFF