Mbli

SCPI Command :

[SOURce<HW>]:BB:NFC:CBLock<CH>:MBLI
class MbliCls[source]

Mbli commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(commandBlock=CommandBlock.Default) int[source]
# SCPI: [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) .

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)

return

mbli: integer Range: 0 to 15

set(mbli: int, commandBlock=CommandBlock.Default) None[source]
# SCPI: [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) .

param mbli

integer Range: 0 to 15

param commandBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)