Pad2

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:PAD2
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(commandBlock=CommandBlock.Default) str[source]
# [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) .

Parameters:

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

Returns:

pad_2: integer

set(pad_2: str, commandBlock=CommandBlock.Default) None[source]
# [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) .

Parameters:
  • pad_2 – integer

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