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