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