Package CIM15 :: Package IEC61970 :: Package Informative :: Package InfWork :: Module InspectionDataSet' :: Class InspectionDataSet
[hide private]
[frames] | no frames]

Class InspectionDataSet

                         object --+                
                                  |                
                   Element'.Element --+            
                                      |            
Core.IdentifiedObject'.IdentifiedObject --+        
                                          |        
         IEC61968.Common.Document'.Document --+    
                                              |    
   InfAssets.ProcedureDataSet'.ProcedureDataSet --+
                                                  |
                                                 InspectionDataSet

Documents the result of one inspection, a type of Procedure, for a given attribute of an asset.Documents the result of one inspection, a type of Procedure, for a given attribute of an asset.

Instance Methods [hide private]
 
__init__(self, locationCondition='', AccordingToSchedules=None, *args, **kw_args)
Initialises a new 'InspectionDataSet' instance.
 
addAccordingToSchedules(self, *AccordingToSchedules)
 
getAccordingToSchedules(self)
 
removeAccordingToSchedules(self, *AccordingToSchedules)
 
setAccordingToSchedules(self, value)

Inherited from InfAssets.ProcedureDataSet'.ProcedureDataSet: addMeasurementValues, addProperties, addTransformerObservations, getMeasurementValues, getProcedure, getProperties, getTransformerObservations, removeMeasurementValues, removeProperties, removeTransformerObservations, setMeasurementValues, setProcedure, setProperties, setTransformerObservations

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 = {'locationCondition': <type 'str'>}
  _attrs = ['locationCondition']
  _defaults = {'locationCondition': ''}
  _many_refs = ['AccordingToSchedules']
  _refs = ['AccordingToSchedules']

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

Inherited from Element'.Element (private): _enums

Properties [hide private]
  AccordingToSchedules

Inherited from InfAssets.ProcedureDataSet'.ProcedureDataSet: MeasurementValues, Procedure, Properties, 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, locationCondition='', AccordingToSchedules=None, *args, **kw_args)
(Constructor)

 

Initialises a new 'InspectionDataSet' instance.

Parameters:
  • locationCondition - Description of the conditions of the location where the asset resides.
  • AccordingToSchedules
Overrides: object.__init__

Property Details [hide private]

AccordingToSchedules

Get Method:
getAccordingToSchedules(self)
Set Method:
setAccordingToSchedules(self, value)