Dpl4
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DPL4
- class Dpl4Cls[source]
Dpl4 commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DPL4 value: bool = driver.source.bb.nfc.cblock.dpl4.get(commandBlock = repcap.CommandBlock.Default)
Enables support of divisor 4 for POLL to LISTEN (Bit Rate Capability) .
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
ta_dpl_4: 1| ON| 0| OFF
- set(ta_dpl_4: bool, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:DPL4 driver.source.bb.nfc.cblock.dpl4.set(ta_dpl_4 = False, commandBlock = repcap.CommandBlock.Default)
Enables support of divisor 4 for POLL to LISTEN (Bit Rate Capability) .
- param ta_dpl_4
1| ON| 0| OFF
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)