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

Class ErrorSet

                           object --+    
                                    |    
Interfaces.EESPort.ErrorSet.IErrorSet --+
                                        |
                                       ErrorSet

A container for EES port signal errors (faults).

Instance Methods
 
Add(self, error)
 
Clear(self)
long
Count(self)
 
RemoveAt(self, index)
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__repr__(self)
repr(x)
Enumerator
getErrors(self)
unicode
getName(self)
TriggerType
getTriggerType(self)
 
setName(self, name)
 
setTriggerType(self, trigger)

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

Properties
Enumerator Errors
unicode Name
TriggerType TriggerType

Inherited from object: __class__

Method Details

Add(self, error)

 
Overrides: Interfaces.EESPort.ErrorSet.IErrorSet.Add
(inherited documentation)

Clear(self)

 
Overrides: Interfaces.EESPort.ErrorSet.IErrorSet.Clear

Count(self)

 
Returns: long
Overrides: Interfaces.EESPort.ErrorSet.IErrorSet.Count
(inherited documentation)

RemoveAt(self, index)

 
Overrides: Interfaces.EESPort.ErrorSet.IErrorSet.RemoveAt
(inherited documentation)

__init__(self)
(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)

getErrors(self)

 
Returns: Enumerator
Overrides: Interfaces.EESPort.ErrorSet.IErrorSet.getErrors
(inherited documentation)

getName(self)

 
Returns: unicode
Overrides: Interfaces.EESPort.ErrorSet.IErrorSet.getName
(inherited documentation)

getTriggerType(self)

 
Returns: TriggerType
Overrides: Interfaces.EESPort.ErrorSet.IErrorSet.getTriggerType
(inherited documentation)

Property Details

Errors

Get Method:
getErrors(self)
Type:
Enumerator

Name

Get Method:
getName(self)
Set Method:
setName(self, name)
Type:
unicode

TriggerType

Get Method:
getTriggerType(self)
Set Method:
setTriggerType(self, trigger)
Type:
TriggerType