Nad
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:NAD
- class NadCls[source]
Nad commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NAD value: str = driver.source.bb.nfc.cblock.nad.get(commandBlock = repcap.CommandBlock.Default)
Determines the value of NAD.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
nad: integer
- set(nad: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:NAD driver.source.bb.nfc.cblock.nad.set(nad = rawAbc, commandBlock = repcap.CommandBlock.Default)
Determines the value of NAD.
- param nad
integer
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)