Bno
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:BNO
- class BnoCls[source]
Bno commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) int [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BNO value: int = driver.source.bb.nfc.cblock.bno.get(commandBlock = repcap.CommandBlock.Default)
Selects the block number to be read/write.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
bno: integer Range: 0 to 255
- set(bno: int, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:BNO driver.source.bb.nfc.cblock.bno.set(bno = 1, commandBlock = repcap.CommandBlock.Default)
Selects the block number to be read/write.
- param bno
integer Range: 0 to 255
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)