GbSelection
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:GBSelection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [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.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
gb_selection: integer Range: 0 to 255
- set(gb_selection: int, commandBlock=CommandBlock.Default) None[source]
# [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.
- Parameters:
gb_selection – integer Range: 0 to 255
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)