Test Pjm#
Module Contents#
Classes Summary#
Attributes Summary#
Contents#
- class test_pjm.TestPJM[source]#
Bases:
gridstatus.tests.base_test_iso.BaseTestISOAttributes
expected_dam_as_market_results_cols
[‘Interval Start’, ‘Interval End’, ‘Ancillary Service’, ‘Locale’, ‘Service Type’, ‘Market Clearing Price’, ‘Market Clearing Price Capped’, ‘Ancillary Service Required’, ‘Total MW’, ‘Assigned MW’, ‘Self-Scheduled MW’, ‘Interface Reserve Capability MW’, ‘Demand Response MW Assigned’, ‘Non-Synchronized Reserve MW Assigned’]
expected_five_min_solar_gen_cols
[‘Interval Start’, ‘Interval End’, ‘Solar Generation’]
expected_operational_reserves_cols
[‘Interval Start’, ‘Interval End’, ‘Reserve Name’, ‘Reserve’]
expected_real_time_as_market_results_cols
[‘Interval Start’, ‘Interval End’, ‘Ancillary Service’, ‘Locale’, ‘Service Type’, ‘Market Clearing Price’, ‘Market Clearing Price Capped’, ‘Regulation Capability Clearing Price’, ‘Regulation Performance Clearing Price’, ‘Ancillary Service Required’, ‘Total MW’, ‘Assigned MW’, ‘Self-Scheduled MW’, ‘Tier 1 MW’, ‘Interface Reserve Capability MW’, ‘Demand Response MW Assigned’, ‘Non-Synchronized Reserve MW Assigned’, ‘REGD MW’]
expected_solar_wind_gen_by_area_cols
[‘Interval Start’, ‘Interval End’, ‘MIDATL’, ‘OTHER’, ‘RFC’, ‘RTO’, ‘SOUTH’, ‘WEST’]
expected_transfer_interface_info_cols
[‘Interval Start’, ‘Interval End’, ‘Interface Name’, ‘Actual Flow’, ‘Warning Level’, ‘Transfer Limit’]
expected_transmission_limits_cols
[‘Interval Start’, ‘Interval End’, ‘Constraint Name’, ‘Constraint Type’, ‘Contingency’, ‘Shadow Price’]
expected_wind_gen_cols
[‘Interval Start’, ‘Interval End’, ‘Wind Generation’]
iso
None
lmp_cols
[‘Time’, ‘Interval Start’, ‘Interval End’, ‘Market’, ‘Location Id’, ‘Location Name’, ‘Location Short Name’, ‘Location Type’, ‘LMP’, ‘Energy’, ‘Congestion’, ‘Loss’]
load_forecast_columns
[‘Interval Start’, ‘Interval End’, ‘Publish Time’, ‘Load Forecast’, ‘AE_MIDATL’, ‘AEP’, ‘AP’, ‘ATSI’, ‘BGE_MIDATL’, ‘COMED’, ‘DAYTON’, ‘DEOK’, ‘DOMINION’, ‘DPL_MIDATL’, ‘DUQUESNE’, ‘EKPC’, ‘JCPL_MIDATL’, ‘METED_MIDATL’, ‘MID_ATLANTIC_REGION’, ‘PECO_MIDATL’, ‘PENELEC_MIDATL’, ‘PEPCO_MIDATL’, ‘PPL_MIDATL’, ‘PSEG_MIDATL’, ‘RECO_MIDATL’, ‘RTO_COMBINED’, ‘SOUTHERN_REGION’, ‘UGI_MIDATL’, ‘WESTERN_REGION’]
load_forecast_columns_historical
[‘Interval Start’, ‘Interval End’, ‘Publish Time’, ‘Load Forecast’, ‘AEP’, ‘APS’, ‘ATSI’, ‘COMED’, ‘DAY’, ‘DEOK’, ‘DOM’, ‘DUQ’, ‘EKPC’, ‘MIDATL’, ‘RTO’]
test_dates
[(‘2023-11-05’, ‘2023-11-07’), (‘2024-09-02’, ‘2024-09-04’)]
Methods
- test_get_lmp_historical(market: gridstatus.base.Markets)[source]#
- test_get_lmp_latest(market: gridstatus.base.Markets)[source]#
- test_get_lmp_today(market: gridstatus.base.Markets)[source]#
- test_lmp_date_range(market: gridstatus.base.Markets)[source]#