MiChaining
SCPI Command :
[SOURce<HW>]:BB:NFC:CBLock<CH>:MICHaining
- class MiChainingCls[source]
MiChaining commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(commandBlock=CommandBlock.Default) bool [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:MICHaining value: bool = driver.source.bb.nfc.cblock.miChaining.get(commandBlock = repcap.CommandBlock.Default)
Determines if more information (MI) is chained.
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)
- return
mchaining: 1| ON| 0| OFF
- set(mchaining: bool, commandBlock=CommandBlock.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NFC:CBLock<CH>:MICHaining driver.source.bb.nfc.cblock.miChaining.set(mchaining = False, commandBlock = repcap.CommandBlock.Default)
Determines if more information (MI) is chained.
- param mchaining
1| ON| 0| OFF
- param commandBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cblock’)