Dfollowing

SCPI Command :

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

Determines if a DID is following.

Parameters:

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

Returns:

dfollowing: 1 | ON | 0| OFF

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

Determines if a DID is following.

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

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