Pad2
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:PAD2
- class Pad2Cls[source]
Pad2 commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) str [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:PAD2 value: str = driver.source.bb.nfc.cblock.pad2.get(commandBlock = repcap.CommandBlock.Default)
Sets the value of PAD0/PAD1/PAD2 (hex) .
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
pad_2: integer
- set(pad_2: str, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:PAD2 driver.source.bb.nfc.cblock.pad2.set(pad_2 = rawAbc, commandBlock = repcap.CommandBlock.Default)
Sets the value of PAD0/PAD1/PAD2 (hex) .
- param pad_2
integer
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)