Exports a breakpoint system into a file for storage and later usage. Exported systems can be retrieved from their file form by using importBreakpointSystem.
Arguments
- system
A string with the name of a registered breakpoint system, or a breakpoint system object generated with breakpointSystem.
- path
The file path where to export the system to, including the file name and extension. The file name must end with a
.yaml
extension.