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