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