Deqd
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DEQD
- class DeqdCls[source]
Deqd commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DEQD value: bool = driver.source.bb.nfc.cblock.deqd.get(commandBlock = repcap.CommandBlock.Default)
Determines if the same bit rate divisor for both directions is supported.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
div_eq_div: 1| ON| 0| OFF
- set(div_eq_div: bool, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DEQD driver.source.bb.nfc.cblock.deqd.set(div_eq_div = False, commandBlock = repcap.CommandBlock.Default)
Determines if the same bit rate divisor for both directions is supported.
- param div_eq_div
1| ON| 0| OFF
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)