BlkSelection
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BLKSelection
- class BlkSelectionCls[source]
BlkSelection commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [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.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
block_sel: integer Range: 0 to 14
- set(block_sel: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [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.
- param block_sel
integer Range: 0 to 14
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)