Nid0

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:NID0
class Nid0Cls[source]

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

Determines the entire value of NFCID0.

param commandBlock

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

return

nfcid_0: integer

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

Determines the entire value of NFCID0.

param nfcid_0

integer

param commandBlock

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