gridspice.model

Created on Jul 11, 2012

@author: jimmy

class gridspice.model.MapType

MapType contains two constants which represent the map type: BLANK, POLITICAL

class gridspice.model.Model(name, project=None, schematicType='DISTRIBUTION', mapType='POLITICAL', empty=0)

The GridSpice model contains the network model (transmission, distribution, etc)

add(element)

Adds the element to the model

copy(project)

Returns a copy of this model

delete()

deletes this model

load()

fills in the other information to the model object

remove(element)

Removes the element from the model

save()

saves this model

class gridspice.model.SchematicType

SchematicType contains three constants which represent the model type: UNKNOWN, TRANSMISSION, DISTRIBUTION

Previous topic

gridspice.account

Next topic

gridspice.simulation

This Page