A specific usage of a dynamics block, supplied with parameters and any
linkages to the power system static model that are required.
Sometimes a block is used to simply specify a location of input or output
from dyanmics equations to the static model.
|
__init__(self,
positiveFlowIn=False,
inService=False,
Terminal=None,
MemberOf_BlockConnectivity=None,
blockUsageInputReference0=None,
BlockUsageOutputReference=None,
PowerSystemResource=None,
slotReference0=None,
tieToMeasurement0=None,
MetaBlock=None,
BlockConnection=None,
BlockParameter=None,
*args,
**kw_args)
Initialises a new 'Block' instance. |
|
|
|
addBlockConnection(self,
*BlockConnection) |
|
|
|
addBlockParameter(self,
*BlockParameter) |
|
|
|
addBlockUsageOutputReference(self,
*BlockUsageOutputReference) |
|
|
|
addblockUsageInputReference0(self,
*blockUsageInputReference0) |
|
|
|
addtieToMeasurement0(self,
*tieToMeasurement0) |
|
|
|
|
|
|
|
getBlockUsageOutputReference(self) |
|
|
|
getMemberOf_BlockConnectivity(self) |
|
|
|
|
|
|
|
getTerminal(self)
The optional terminal to which the block applies. |
|
|
|
getblockUsageInputReference0(self) |
|
|
|
|
|
gettieToMeasurement0(self) |
|
|
|
removeBlockConnection(self,
*BlockConnection) |
|
|
|
removeBlockParameter(self,
*BlockParameter) |
|
|
|
removeBlockUsageOutputReference(self,
*BlockUsageOutputReference) |
|
|
|
removeblockUsageInputReference0(self,
*blockUsageInputReference0) |
|
|
|
removetieToMeasurement0(self,
*tieToMeasurement0) |
|
|
|
setBlockConnection(self,
value) |
|
|
|
setBlockParameter(self,
value) |
|
|
|
setBlockUsageOutputReference(self,
value) |
|
|
|
setMemberOf_BlockConnectivity(self,
value) |
|
|
|
setMetaBlock(self,
value) |
|
|
|
setPowerSystemResource(self,
value) |
|
|
|
|
|
setblockUsageInputReference0(self,
value) |
|
|
|
setslotReference0(self,
value) |
|
|
|
settieToMeasurement0(self,
value) |
|
|
Inherited from IEC61970.Core.PowerSystemResource'.PowerSystemResource :
addAssets ,
addBlock ,
addMeasurements ,
addOperatingShare ,
addPsrLists ,
addReportingGroup ,
getAssets ,
getBlock ,
getLocation ,
getMeasurements ,
getOperatingShare ,
getOutageSchedule ,
getPSRType ,
getPsrLists ,
getReportingGroup ,
removeAssets ,
removeBlock ,
removeMeasurements ,
removeOperatingShare ,
removePsrLists ,
removeReportingGroup ,
setAssets ,
setBlock ,
setLocation ,
setMeasurements ,
setOperatingShare ,
setOutageSchedule ,
setPSRType ,
setPsrLists ,
setReportingGroup
Inherited from IEC61970.Core.IdentifiedObject'.IdentifiedObject :
getModelingAuthoritySet ,
setModelingAuthoritySet
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|