Nfollowing
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:NFOLlowing
- class NfollowingCls[source]
Nfollowing commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) bool [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
nfollowing: 1| ON| 0| OFF
- set(nfollowing: bool, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param nfollowing
1| ON| 0| OFF
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)