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