Package ASAM :: Package HILAPI :: Package Concurrent :: Package EESPort :: Module ErrorConfiguration :: Class ErrorConfiguration

Class ErrorConfiguration

                                               object --+    
                                                        |    
Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration --+
                                                            |
                                                           ErrorConfiguration

A container for all of the EES port signal error sets.

Instance Methods
 
Add(self, errorSets)
 
Clear(self)
long
Count(self)
ErrorSet
CreateErrorSet(self, name, triggerType)
ErrorFactory
GetErrorFactory(self)
 
Load(self, reader)
 
RemoveAt(self, index)
 
Save(self, writer)
 
__init__(self, name)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
ErrorSet[]
getErrorSets(self)
unicode
getName(self)

Inherited from Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration: ErrorConfiguration

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

Class Variables

Inherited from Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration: m_ErrorSet

Properties
  ErrorSets
  Name

Inherited from object: __class__

Method Details

Add(self, errorSets)

 
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.Add
(inherited documentation)

Clear(self)

 
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.Clear

Count(self)

 
Returns: long
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.Count
(inherited documentation)

CreateErrorSet(self, name, triggerType)

 
Returns: ErrorSet
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.CreateErrorSet
(inherited documentation)

GetErrorFactory(self)

 
Returns: ErrorFactory
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.GetErrorFactory
(inherited documentation)

Load(self, reader)

 
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.Load
(inherited documentation)

RemoveAt(self, index)

 
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.RemoveAt
(inherited documentation)

Save(self, writer)

 
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.Save
(inherited documentation)

__init__(self, name)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

getErrorSets(self)

 
Returns: ErrorSet[]
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.getErrorSets
(inherited documentation)

getName(self)

 
Returns: unicode
Overrides: Interfaces.EESPort.ErrorConfiguration.IErrorConfiguration.getName
(inherited documentation)

Property Details

ErrorSets

Get Method:
getErrorSets(self)

Name

Get Method:
getName(self)