Mbli
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:MBLI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(commandBlock=CommandBlock.Default) int[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:MBLI value: int = driver.source.bb.nfc.cblock.mbli.get(commandBlock = repcap.CommandBlock.Default)
Determines the Maximum Buffer Length Index (MBLI) .
- Parameters:
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- Returns:
mbli: integer Range: 0 to 15
- set(mbli: int, commandBlock=CommandBlock.Default) None[source]
# [SOURce<HW>]:BB:NFC:CBLock<CH>:MBLI driver.source.bb.nfc.cblock.mbli.set(mbli = 1, commandBlock = repcap.CommandBlock.Default)
Determines the Maximum Buffer Length Index (MBLI) .
- Parameters:
mbli – integer Range: 0 to 15
commandBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)