Dpl2

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DPL2
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) bool[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DPL2
value: bool = driver.source.bb.nfc.cblock.dpl2.get(commandBlock = repcap.CommandBlock.Default)

Enables support of divisor 2 for POLL to LISTEN (Bit Rate Capability) .

Parameters:

commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

Returns:

ta_dpl_2: 1 | ON | 0| OFF

set(ta_dpl_2: bool, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DPL2
driver.source.bb.nfc.cblock.dpl2.set(ta_dpl_2 = False, commandBlock = repcap.CommandBlock.Default)

Enables support of divisor 2 for POLL to LISTEN (Bit Rate Capability) .

Parameters:
  • ta_dpl_2 – 1 | ON | 0| OFF

  • commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)