Package pypower :: Module isload
[hide private]
[frames] | no frames]

Module isload

source code

Checks for dispatchable loads.

Functions [hide private]
 
isload(gen)
Checks for dispatchable loads.
source code
Variables [hide private]
  __package__ = 'pypower'
Function Details [hide private]

isload(gen)

source code 

Checks for dispatchable loads.

Returns a column vector of 1's and 0's. The 1's correspond to rows of the gen matrix which represent dispatchable loads. The current test is Pmin < 0 and Pmax == 0. This may need to be revised to allow sensible specification of both elastic demand and pumped storage units.

Authors:
Ray Zimmerman (PSERC Cornell), Richard Lincoln