NETWORK_CAUSER_PAYS_SCADA
This is a non-data model table that does not appear in the AEMO MMS schema, but is optional data published by AEMO.
It contains near-realtime aggregated 4 second causer pays SCADA frequency measurements for MAINLAND and TASMANIA.
Table schema
| Column |
Official MMS Datatype |
GR-MMS Datatype |
Comment |
| MEASUREMENTTIME |
- |
datetime2(0)  |
- |
| NETWORKID |
- |
varchar(50)  |
- |
| FREQUENCYDEVIATION |
- |
float (not nullable) |
- |
| FI |
- |
float (not nullable) |
- |
GR-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_CAUSER_PAYS_SCADA |
clustered, unique, primary key |
MEASUREMENTTIME, NETWORKID |
Historical-MMS data model indexes
| Index name |
Index type |
Index columns (in order) |
| PK_NETWORK_CAUSER_PAYS_SCADA |
clustered, unique, primary key |
MEASUREMENTTIME, NETWORKID |