Bnumber
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:BNUMber
- class BnumberCls[source]
Bnumber commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:BNUMber value: int = driver.source.bb.nfc.cblock.block.bnumber.get(commandBlock = repcap.CommandBlock.Default, fmBlock = repcap.FmBlock.Default)
Sets the block number in the block list.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param fmBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)
- return
bnumber: integer Range: 0 to depends on block list length
- set(bnumber: int, commandBlock=CommandBlock.Default, fmBlock=FmBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BLOCk<ST>:BNUMber driver.source.bb.nfc.cblock.block.bnumber.set(bnumber = 1, commandBlock = repcap.CommandBlock.Default, fmBlock = repcap.FmBlock.Default)
Sets the block number in the block list.
- param bnumber
integer Range: 0 to depends on block list length
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- param fmBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Block’)