Horizon#

Time horizon group.

Common Parameters: u, name, idx

Available models: EDSlot, UCSlot, EDSlotLoad, EDSlotGen, UCSlotLoad

EDSlot#

Time slot definitions for multi-period ED.

One row per slot. Per-slot data lives on EDSlotLoad (load scaling) and EDSlotGen (generator commitment).

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

UCSlot#

Time slot definitions for multi-period UC.

One row per slot. Per-slot load-scaling data lives on UCSlotLoad. UC solves for generator commitment, so no per-slot ug table is needed.

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

EDSlotLoad#

Per-(area, slot) area load scaling factor for ED.

Added in version 1.3.0: Replaces the CSV-list EDSlot.sd cell. Each row carries one scalar sd keyed by (area, slot).

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

area

area idx (primary key)

mandatory

slot

time slot idx (secondary key)

mandatory

sd

\(s_{d}\)

area load scaling factor

1

EDSlotGen#

Per-(gen, slot) generator commitment decision for ED.

Added in version 1.3.0: Replaces the CSV-list EDSlot.ug cell. Each row carries one scalar ug keyed by (gen, slot).

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

gen

generator idx (primary key)

mandatory

slot

time slot idx (secondary key)

mandatory

ug

\(u_{g}\)

unit commitment decision

1

UCSlotLoad#

Per-(area, slot) area load scaling factor for UC.

Added in version 1.3.0: Replaces the CSV-list UCSlot.sd cell. Each row carries one scalar sd keyed by (area, slot).

Parameters#

Name

Symbol

Description

Default

Unit

Properties

idx

unique device idx

u

\(u\)

connection status

1

bool

name

device name

area

area idx (primary key)

mandatory

slot

time slot idx (secondary key)

mandatory

sd

\(s_{d}\)

area load scaling factor

1