Frequency
About
The Frequency chart plots the range of frequency in each half-hourly period versus the evolving fuel mix over time.
Data Service
The Frequency data can be extracted from the API to extract
the frequency data and the fuel mix. The parameters used as
follows:
Code |
Required/Optional |
Description |
chart |
Required |
freq |
startdatetime |
Required |
The start date time in format YYYYMMDDHHMMSS. |
enddatetime |
Required |
The end date time in format YYYYMMDDHHMMSS. |
resolution |
Required |
The type of resolution. (See 'resolutions' action) |
format |
Required |
The type of format. The value could be xml or csv
. (See 'formats' action)
|
Example :
https://enbm.netareports.com/dataService?username=xxx&password=xxx&format=xml&action=data&chart=freq&startdatetime=20180416000000&enddatetime=20180417000000&resolution=hh
|
|