export_device_table_html
Export an interactive HTML device table preview with four tabs from a .nsm master file, generating a self-contained file for offline sharing.
Instructions
Export an interactive HTML Device Table preview from a .nsm master.
Generates a single self-contained HTML file with four tabs (L1 Table /
L2 Table / L3 Table / Attribute) whose layout, styling, and behaviour
match the Online edition's Device Preview screen (sticky-header table,
per-tab CSV / HTML download buttons, URL-hash initial tab selection).
The output file is written next to the master as
``[DEVICE_TABLE]{basename}.html`` and contains no external CDN /
script references, so it can be opened directly from disk or shared
as a single artifact.
PREREQUISITE: call get_ai_context(master) (or at least
get_network_state(master)) once per session for this master so you
understand the data being exported.
Args:
master: Master filename inside the working directory
(e.g. '[MASTER]office.nsm') or an absolute path inside
the active workspace.
Returns:
A summary describing the generated file and its size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| master | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |