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

Class EESPort

                       object --+        
                                |        
Interfaces.Common.Port.Port.IPort --+    
                                    |    
  Interfaces.EESPort.EESPort.IEESPort --+
                                        |
                                       EESPort

ASAM AE HIL Electrical Error Simulation (EES) Port class.

Instance Methods
 
Download(self)
 
Start(self)
 
Stop(self)
 
Trigger(self)
 
WaitForTrigger(self, timeout)
 
__init__(self, configurationDict={})
EESPort object initialization.
 
__repr__(self)
repr(x)
ErrorSet
getActiveErrorSet(self)
EESState
getState(self)
 
setConfiguration(self, configuration)

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

Properties
  ActiveErrorSet
  Configuration
  State

Inherited from object: __class__

Method Details

Download(self)

 
Overrides: Interfaces.EESPort.EESPort.IEESPort.Download

Start(self)

 
Overrides: Interfaces.EESPort.EESPort.IEESPort.Start

Stop(self)

 
Overrides: Interfaces.EESPort.EESPort.IEESPort.Stop

Trigger(self)

 
Overrides: Interfaces.EESPort.EESPort.IEESPort.Trigger

WaitForTrigger(self, timeout)

 
Overrides: Interfaces.EESPort.EESPort.IEESPort.WaitForTrigger
(inherited documentation)

__init__(self, configurationDict={})
(Constructor)

 

EESPort object initialization.

E.g.:
    from ASAM.HILAPI.Concurrent.EESPort import EESPort
    e = EESPort(configDict)

Where configDict = {'host':'<SimWB server>',
                  'username':'<SimWB username>',
                  'password':'<SimWB password'}

NOTES:
    * This class has a print method.

Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

getActiveErrorSet(self)

 
Returns: ErrorSet
Overrides: Interfaces.EESPort.EESPort.IEESPort.getActiveErrorSet
(inherited documentation)

getState(self)

 
Returns: EESState
Overrides: Interfaces.EESPort.EESPort.IEESPort.getState
(inherited documentation)

setConfiguration(self, configuration)

 
Overrides: Interfaces.EESPort.EESPort.IEESPort.setConfiguration
(inherited documentation)

Property Details

ActiveErrorSet

Get Method:
getActiveErrorSet(self)

Configuration

Set Method:
setConfiguration(self, configuration)

State

Get Method:
getState(self)