DSIMA
 All Classes Namespaces Files Functions Variables
TSO Class Reference

Transmission system operator. More...

Inheritance diagram for TSO:
Collaboration diagram for TSO:

Public Member Functions

def __init__
 Constructor. More...
 
def initialize
 
def act
 
def flexibilityEvaluation
 Evaluate the flexibility offers. More...
 
def xmlData
 Get the data to display. More...
 

Public Attributes

 N
 
 nodes
 

Static Public Attributes

string needsFile = 'tso.dat'
 Name of the data file with the needs of the TSO. More...
 

Private Member Functions

def _flexibilityActivation
 Activation of the contracted flexibility. More...
 
def _flexibilityNeeds
 Define the flexibility needs. More...
 

Private Attributes

 _dataFile
 Name of the data file with the needs of the TSO. More...
 

Detailed Description

Transmission system operator.

Constructor & Destructor Documentation

def __init__ (   self,
  dataFile,
  name = "TSO" 
)

Constructor.

Parameters
dataFileData file with the needs of the TSO.
nameTSO's name.
See also
rename()

Member Function Documentation

def _flexibilityActivation (   self,
  data 
)
private

Activation of the contracted flexibility.

Parameters
dataData.
def _flexibilityNeeds (   self,
  data 
)
private

Define the flexibility needs.

Parameters
dataData.
def act (   self,
  data,
  layer 
)
def flexibilityEvaluation (   self,
  data 
)

Evaluate the flexibility offers.

Parameters
dataData.
def initialize (   self,
  data 
)
def xmlData (   self,
  data 
)

Get the data to display.

Parameters
dataData.
Returns
XML data string.

Member Data Documentation

_dataFile
private

Name of the data file with the needs of the TSO.

N
string needsFile = 'tso.dat'
static

Name of the data file with the needs of the TSO.

nodes

The documentation for this class was generated from the following file: