Nid0

SCPI Command :

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

Determines the entire value of NFCID0.

Parameters:

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

Returns:

nfcid_0: integer

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

Determines the entire value of NFCID0.

Parameters:
  • nfcid_0 – integer

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