iec61850_browse
Browse IEC 61850 model children under a specified reference (LD/LN/DO) to explore the data hierarchy. Returns child count and list from the configured endpoint.
Instructions
[READ][risk=low] Browse immediate model children under a reference (LD/LN/DO).
Args:
reference: Model reference, e.g. 'IED1LD0' or 'IED1LD0/LLN0'.
endpoint: Endpoint name from config (protocol 'iec61850').
Returns dict: {endpoint, reference, child_count, children[]}.
Example: iec61850_browse(reference="IED1LD0/MMXU1", endpoint="ied1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | ||
| reference | Yes |