BytSelection

SCPI Command :

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

Parameters:

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

Returns:

byte_sel: integer Range: 0 to 7

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

Parameters:
  • byte_sel – integer Range: 0 to 7

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