Nid1

SCPI Command :

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

Determines the entire value of NFCID1.

Parameters:

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

Returns:

nfcid_1: integer

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

Determines the entire value of NFCID1.

Parameters:
  • nfcid_1 – integer

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