ExpResult
SCPI Command :
SBUS<*>:EXPResult:SAVE
- Commands in total: 5Subgroups: 4Direct child commands: 1
- save(filename: str, serialBus=SerialBus.Default) None[source]
# SBUS<*>:EXPResult:SAVE driver.sbus.expResult.save(filename = 'abc', serialBus = repcap.SerialBus.Default)
Saves the selected results to the indicated file.
- Parameters:
serialBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sbus’)
Cloning the Group
# Create a copy of the original group, that exists independently
expResult_copy = driver.sbus.expResult.clone()
Subgroups