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