Package ASAM :: Package HILAPI :: Package Concurrent :: Package Common :: Package Signal :: Module ExpSegment :: Class ExpSegment

Class ExpSegment

                                           object --+        
                                                    |        
Interfaces.Common.Signal.SignalSegment.ISignalSegment --+    
                                                        |    
                              SignalSegment.SignalSegment --+
                                                            |
                                           object --+       |
                                                    |       |
Interfaces.Common.Signal.SignalSegment.ISignalSegment --+   |
                                                        |   |
          Interfaces.Common.Signal.ExpSegment.IExpSegment --+
                                                            |
                                                           ExpSegment

Create an exponential signal segment.

Instance Methods
 
__init__(self, duration=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., start=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., stop=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., tau=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa...)
A complete description and graphic rendition of this signal type can be found in section 4.7.3.9 of the ASAM AE HIL specification.
 
__repr__(self)
repr(x)
Symbol
getDuration(self)
Symbol
getStart(self)
Symbol
getStop(self)
Symbol
getTau(self)
 
setDuration(self, duration)
 
setStart(self, value)
 
setStop(self, value)
 
setTau(self, value)

Inherited from SignalSegment.SignalSegment: getComment, getType, setComment

Inherited from Interfaces.Common.Signal.ExpSegment.IExpSegment: ExpSegment

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

Class Variables
  Type = 2
Properties
Symbol Duration
Symbol Start
Symbol Stop
Symbol Tau

Inherited from SignalSegment.SignalSegment: Comment

Inherited from object: __class__

Method Details

__init__(self, duration=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., start=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., stop=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., tau=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa...)
(Constructor)

 

A complete description and graphic rendition of this signal type can be found in section 4.7.3.9 of the ASAM AE HIL specification.

Overrides: object.__init__

__repr__(self)
(Representation operator)

 

repr(x)

Overrides: object.__repr__
(inherited documentation)

getDuration(self)

 
Returns: Symbol
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.getDuration
(inherited documentation)

getStart(self)

 
Returns: Symbol
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.getStart
(inherited documentation)

getStop(self)

 
Returns: Symbol
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.getStop
(inherited documentation)

getTau(self)

 
Returns: Symbol
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.getTau
(inherited documentation)

setDuration(self, duration)

 
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.setDuration
(inherited documentation)

setStart(self, value)

 
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.setStart
(inherited documentation)

setStop(self, value)

 
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.setStop
(inherited documentation)

setTau(self, value)

 
Overrides: Interfaces.Common.Signal.ExpSegment.IExpSegment.setTau
(inherited documentation)

Property Details

Duration

Get Method:
getDuration(self)
Set Method:
setDuration(self, duration)
Type:
Symbol

Start

Get Method:
getStart(self)
Set Method:
setStart(self, value)
Type:
Symbol

Stop

Get Method:
getStop(self)
Set Method:
setStop(self, value)
Type:
Symbol

Tau

Get Method:
getTau(self)
Set Method:
setTau(self, value)
Type:
Symbol