Nid2

SCPI Command :

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

Determines the entire value of NFCID2. Is a virtual parameter for SCPI to set the NFCID2 either in NFC-DEP or Type 3 Tag mode.

Parameters:

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

Returns:

nfcid_2: integer

set(nfcid_2: str, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:NID2
driver.source.bb.nfc.cblock.nid2.set(nfcid_2 = rawAbc, commandBlock = repcap.CommandBlock.Default)

Determines the entire value of NFCID2. Is a virtual parameter for SCPI to set the NFCID2 either in NFC-DEP or Type 3 Tag mode.

Parameters:
  • nfcid_2 – integer

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