BlkSelection
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BLKSelection
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:BLKSelection value: int = driver.source.bb.nfc.cblock.blkSelection.get(commandBlock = repcap.CommandBlock.Default)
Selects a block to be read/written.
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
block_sel: integer Range: 0 to 14
- set(block_sel: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:BLKSelection driver.source.bb.nfc.cblock.blkSelection.set(block_sel = 1, commandBlock = repcap.CommandBlock.Default)
Selects a block to be read/written.
- Parameters:
block_sel – integer Range: 0 to 14
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)