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