Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfAssets :: Module ProcedureDataSet' :: Class ProcedureDataSet
[hide private]
[frames] | no frames]

Class ProcedureDataSet

                         object --+            
                                  |            
                   Element'.Element --+        
                                      |        
Core.IdentifiedObject'.IdentifiedObject --+    
                                          |    
         IEC61968.Common.Document'.Document --+
                                              |
                                             ProcedureDataSet
Known Subclasses:

A data set recorded each time a procedure is executed. Observed results are captured in associated measurement values and/or values for properties relevant to the type of procedure performed.A data set recorded each time a procedure is executed. Observed results are captured in associated measurement values and/or values for properties relevant to the type of procedure performed.

Instance Methods [hide private]
 
__init__(self, completedDateTime='', Properties=None, TransformerObservations=None, Procedure=None, MeasurementValues=None, *args, **kw_args)
Initialises a new 'ProcedureDataSet' instance.
 
addMeasurementValues(self, *MeasurementValues)
 
addProperties(self, *Properties)
 
addTransformerObservations(self, *TransformerObservations)
 
getMeasurementValues(self)
 
getProcedure(self)
 
getProperties(self)
UserAttributes used to specify further properties of this procedure data set.
 
getTransformerObservations(self)
 
removeMeasurementValues(self, *MeasurementValues)
 
removeProperties(self, *Properties)
 
removeTransformerObservations(self, *TransformerObservations)
 
setMeasurementValues(self, value)
 
setProcedure(self, value)
 
setProperties(self, value)
 
setTransformerObservations(self, value)

Inherited from IEC61968.Common.Document'.Document: addActivityRecords, addAssetRoles, addChangeItems, addChangeSets, addErpOrganisationRoles, addErpPersonRoles, addFromDocumentRoles, addMeasurements, addNetworkDataSets, addPowerSystemResourceRoles, addScheduleParameterInfos, addScheduledEvents, addToDocumentRoles, getActivityRecords, getAssetRoles, getChangeItems, getChangeSets, getErpOrganisationRoles, getErpPersonRoles, getFromDocumentRoles, getMeasurements, getNetworkDataSets, getPowerSystemResourceRoles, getScheduleParameterInfos, getScheduledEvents, getToDocumentRoles, removeActivityRecords, removeAssetRoles, removeChangeItems, removeChangeSets, removeErpOrganisationRoles, removeErpPersonRoles, removeFromDocumentRoles, removeMeasurements, removeNetworkDataSets, removePowerSystemResourceRoles, removeScheduleParameterInfos, removeScheduledEvents, removeToDocumentRoles, setActivityRecords, setAssetRoles, setChangeItems, setChangeSets, setErpOrganisationRoles, setErpPersonRoles, setFromDocumentRoles, setMeasurements, setNetworkDataSets, setPowerSystemResourceRoles, setScheduleParameterInfos, setScheduledEvents, setToDocumentRoles

Inherited from Core.IdentifiedObject'.IdentifiedObject: addDiagramObjects, addNames, getDiagramObjects, getModelingAuthoritySet, getNames, removeDiagramObjects, removeNames, setDiagramObjects, setModelingAuthoritySet, setNames

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _attr_types = {'completedDateTime': <type 'str'>}
  _attrs = ['completedDateTime']
  _defaults = {'completedDateTime': ''}
  _many_refs = ['Properties', 'TransformerObservations', 'Measur...
  _refs = ['Properties', 'TransformerObservations', 'Procedure',...

Inherited from IEC61968.Common.Document'.Document: docStatus, electronicAddress, status

Inherited from Element'.Element (private): _enums

Properties [hide private]
  MeasurementValues
  Procedure
  Properties
UserAttributes used to specify further properties of this procedure data set.
  TransformerObservations

Inherited from IEC61968.Common.Document'.Document: ActivityRecords, AssetRoles, ChangeItems, ChangeSets, ErpOrganisationRoles, ErpPersonRoles, FromDocumentRoles, Measurements, NetworkDataSets, PowerSystemResourceRoles, ScheduleParameterInfos, ScheduledEvents, ToDocumentRoles

Inherited from Core.IdentifiedObject'.IdentifiedObject: DiagramObjects, ModelingAuthoritySet, Names

Inherited from object: __class__

Method Details [hide private]

__init__(self, completedDateTime='', Properties=None, TransformerObservations=None, Procedure=None, MeasurementValues=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'ProcedureDataSet' instance.

Parameters:
  • completedDateTime - Date and time procedure was completed.
  • Properties - UserAttributes used to specify further properties of this procedure data set. Use 'name' to specify what kind of property it is, and 'value.value' attribute for the actual value.
  • TransformerObservations
  • Procedure
  • MeasurementValues
Overrides: object.__init__

getProperties(self)

 

UserAttributes used to specify further properties of this procedure data set. Use 'name' to specify what kind of property it is, and 'value.value' attribute for the actual value.


Class Variable Details [hide private]

_many_refs

Value:
['Properties', 'TransformerObservations', 'MeasurementValues']

_refs

Value:
['Properties',
 'TransformerObservations',
 'Procedure',
 'MeasurementValues']

Property Details [hide private]

MeasurementValues

Get Method:
getMeasurementValues(self)
Set Method:
setMeasurementValues(self, value)

Procedure

Get Method:
getProcedure(self)
Set Method:
setProcedure(self, value)

Properties

UserAttributes used to specify further properties of this procedure data set. Use 'name' to specify what kind of property it is, and 'value.value' attribute for the actual value.

Get Method:
getProperties(self) - UserAttributes used to specify further properties of this procedure data set.
Set Method:
setProperties(self, value)

TransformerObservations

Get Method:
getTransformerObservations(self)
Set Method:
setTransformerObservations(self, value)