Dsupported
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:DSUPported
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) bool[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DSUPported value: bool = driver.source.bb.nfc.cblock.dsupported.get(commandBlock = repcap.CommandBlock.Default)
Determines if DID is supported.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
dsupported: 1 | ON | 0| OFF
- set(dsupported: bool, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:DSUPported driver.source.bb.nfc.cblock.dsupported.set(dsupported = False, commandBlock = repcap.CommandBlock.Default)
Determines if DID is supported.
- Parameters:
dsupported – 1 | ON | 0| OFF
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)