Dsupported

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:DSUPported
class DsupportedCls[source]

Dsupported commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) bool[source]
# SCPI: [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.

param commandBlock

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

return

dsupported: 1| ON| 0| OFF

set(dsupported: bool, commandBlock=CommandBlock.Default) None[source]
# SCPI: [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.

param dsupported

1| ON| 0| OFF

param commandBlock

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