Nfollowing

SCPI Command :

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

Determines if NAD is following.

Parameters:

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

Returns:

nfollowing: 1 | ON | 0| OFF

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

Determines if NAD is following.

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

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