iec61850_read
Read a single IEC 61850 data attribute from an endpoint by providing its object reference and functional constraint (e.g., MX, ST), returning the current value or an error.
Instructions
[READ][risk=low] Read one data attribute by object-reference + functional constraint.
Args:
reference: Data-attribute object reference, e.g. 'IED1MMXU1.TotW.mag.f'.
fc: Functional constraint — MX (measurands), ST (status), CF (config), …
endpoint: Endpoint name from config (protocol 'iec61850').
Returns dict: {endpoint, reference, fc, value, error}.
Example: iec61850_read(reference="IED1MMXU1.TotW.mag.f", fc="MX", endpoint="ied1").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fc | No | MX | |
| endpoint | No | ||
| reference | Yes |