CfgType

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:CFGType
class CfgTypeCls[source]

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

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

param commandBlock

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

return

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

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

param conf_type

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

param commandBlock

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