Transmission#

class relsad.network.systems.Transmission(parent_network, trafo_bus: relsad.network.components.Bus.Bus)[source]#

Class defining a transmission network type

name#

Name of the transmission system

Type

str

parent_network#

The parent network of the transmission network

Type

PowerSystem

child_network_list#

Lists of child networks

Type

list

trafo_bus#

Bus with tranformer connected to distribution network

Type

Bus

buses#

List with the buses in the transmission network

Type

list

sections#

List with the sections in the transmission network

Type

list

ev_parks#

List with the EV parks in the transmission network

Type

list

p_energy_shed#

The active power energy.shed in the transmission network

Type

float

acc_p_energy_shed#

The accumulated active power energy.shedding in the transmission network

Type

float

q_energy_shed#

The reactive power energy.shed in the transmission network

Type

float

acc_q_energy_shed#

The accumulated reactive power energy.shedding in the transmission network

Type

float

history#

Dictionary containing the history variables of the transmission network

Type

dict

monte_carlo_history#

Dictionary containing the history variables from the monte carlo simulation

Type

dict

get_trafo_bus()[source]#

Returns the bus connecting to the overlying network (transmission network)

reset_slack_bus()[source]#

Resets the slack bus of the transmission network

add_chil_network(network)#

Adds child network

get_lines()[source]#

Returns the lines in the transmission network

get_monte_carlo_history(attribute)[source]#

Returns the specified history variable from the Monte Carlo simulation

get_history(attribute)[source]#

Returns the specified history variable

get_system_load()[source]#

Returns the system load at the current time in MW and MVar

reset_energy_shed_variables()[source]#

Resets the energy.shed variables

Transmission.add_bus(bus)

Transmission.add_buses(buses)

Transmission.add_child_network(network)

Adds child network

Transmission.add_line(line)

Transmission.add_lines(lines)

Transmission.get_history(attribute)

Returns the specified history variable

Transmission.get_lines()

Returns the lines in the transmission network

Transmission.get_monte_carlo_history(attribute)

Returns the specified history variable

Transmission.get_system_load()

Returns the system load at the current time in MW and MVar

Transmission.get_trafo_bus()

Returns the bus connecting to the overlying network (transmission network)

Transmission.reset_energy_shed_variables()

Resets the energy.shed variables

Transmission.reset_slack_bus()

Resets the slack bus of the transmission network

Transmission.buses

Transmission.color

Transmission.counter

Transmission.lines

Transmission.sections