Reset: Reset the data and/or model¶
Quickly reset the data, model or both. This command will delete all the loaded instruments, all the loaded model components, or both.
Interfaces¶
Python interface: Reset command.
Syntax¶
The following syntax rules apply:
reset #a : Delete the specified data or model (or all).Examples¶
reset data : Delete all the loaded instruments.reset model : Delete all the loaded components.reset all : Delete all the loaded instruments and components.