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) str [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
nfcid_1: integer
- set(nfcid_1: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param nfcid_1
integer
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)