EsSupported

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:ESSupported
class EsSupportedCls[source]

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

get(commandBlock=CommandBlock.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:ESSupported
value: bool = driver.source.bb.nfc.cblock.esSupported.get(commandBlock = repcap.CommandBlock.Default)

Determines if Extended SENSB_RES is supported.

param commandBlock

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

return

esens_bres: 1| ON| 0| OFF

set(esens_bres: bool, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:ESSupported
driver.source.bb.nfc.cblock.esSupported.set(esens_bres = False, commandBlock = repcap.CommandBlock.Default)

Determines if Extended SENSB_RES is supported.

param esens_bres

1| ON| 0| OFF

param commandBlock

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