GbSelection

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:GBSelection
class GbSelectionCls[source]

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

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

Selects 8-byte block to be read/written.

param commandBlock

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

return

gb_selection: integer Range: 0 to 255

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

Selects 8-byte block to be read/written.

param gb_selection

integer Range: 0 to 255

param commandBlock

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