CfgType

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:CFGType
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) NfcConfigType[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:CFGType
value: enums.NfcConfigType = driver.source.bb.nfc.cblock.cfgType.get(commandBlock = repcap.CommandBlock.Default)

Determines what platform or protocol the device in listen mode is configured for.

Parameters:

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

Returns:

conf_type: T2 | T4A | NDEP | DT4A | OFF | 0| ON | 1

set(conf_type: NfcConfigType, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:CFGType
driver.source.bb.nfc.cblock.cfgType.set(conf_type = enums.NfcConfigType._0, commandBlock = repcap.CommandBlock.Default)

Determines what platform or protocol the device in listen mode is configured for.

Parameters:
  • conf_type – T2 | T4A | NDEP | DT4A | OFF | 0| ON | 1

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