Nid1

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:NID1
class Nid1Cls[source]

Nid1 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>:NID1
value: List[str] = driver.source.bb.nfc.cblock.nid1.get(commandBlock = repcap.CommandBlock.Default)

Determines the entire value of NFCID1.

param commandBlock

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

return

nfcid_1: integer

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

Determines the entire value of NFCID1.

param nfcid_1

integer

param commandBlock

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