create_empty_master
Create an empty Network Sketcher master file (.nsm) in the working directory. Optionally specify a filename starting with '[MASTER]' and ending with '.nsm'.
Instructions
Create a new empty Network Sketcher master file (.nsm) in the working dir.
The engine's `export master_file_nodata` produces an .xlsx, which this
tool immediately converts to .nsm via xlsx_to_nsm() and discards.
The xlsx is written to a system temp directory (never to the working
directory) so that no .xlsx artefact is left behind.
Args:
filename: Optional target name. Must start with '[MASTER]' and end
with '.nsm'. No path separators allowed. Defaults to
'[MASTER]no_data.nsm'.
Returns:
Result message indicating success and final file path, or an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |