Nid2

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:NID2
class Nid2Cls[source]

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

get(commandBlock=CommandBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NID2
value: List[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.

param commandBlock

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

return

nfcid_2: integer

set(nfcid_2: List[str], commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NID2
driver.source.bb.nfc.cblock.nid2.set(nfcid_2 = ['rawAbc1', 'rawAbc2', 'rawAbc3'], 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.

param nfcid_2

integer

param commandBlock

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