BytSelection

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:BYTSelection
class BytSelectionCls[source]

BytSelection commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BYTSelection
value: int = driver.source.bb.nfc.cblock.bytSelection.get(commandBlock = repcap.CommandBlock.Default)

Selects a byte to be read/written.

param commandBlock

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

return

byte_sel: integer Range: 0 to 7

set(byte_sel: int, commandBlock=CommandBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BYTSelection
driver.source.bb.nfc.cblock.bytSelection.set(byte_sel = 1, commandBlock = repcap.CommandBlock.Default)

Selects a byte to be read/written.

param byte_sel

integer Range: 0 to 7

param commandBlock

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