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

Class RampSlopeSegment

                                             object --+        
                                                      |        
  Interfaces.Common.Signal.SignalSegment.ISignalSegment --+    
                                                          |    
                                SignalSegment.SignalSegment --+
                                                              |
                                             object --+       |
                                                      |       |
  Interfaces.Common.Signal.SignalSegment.ISignalSegment --+   |
                                                          |   |
Interfaces.Common.Signal.RampSlopeSegment.IRampSlopeSegment --+
                                                              |
                                                             RampSlopeSegment

Create a ramp-slope signal segment.

Instance Methods
 
__init__(self, duration=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., offset=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., slope=<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.5 of the ASAM AE HIL specification.
 
__repr__(self)
repr(x)
Symbol
getDuration(self)
Symbol
getOffset(self)
Symbol
getSlope(self)
 
setDuration(self, duration)
 
setOffset(self, value)
 
setSlope(self, value)

Inherited from SignalSegment.SignalSegment: getComment, getType, setComment

Inherited from Interfaces.Common.Signal.RampSlopeSegment.IRampSlopeSegment: RampSlopeSegment

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

Class Variables
  Type = 5
Properties
Symbol Duration
Symbol Offset
Symbol Slope

Inherited from SignalSegment.SignalSegment: Comment

Inherited from object: __class__

Method Details

__init__(self, duration=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., offset=<ASAM.HILAPI.Implementation.Common.ValueContainer.General.Floa..., slope=<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.5 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.RampSlopeSegment.IRampSlopeSegment.getDuration
(inherited documentation)

getOffset(self)

 
Returns: Symbol
Overrides: Interfaces.Common.Signal.RampSlopeSegment.IRampSlopeSegment.getOffset
(inherited documentation)

getSlope(self)

 
Returns: Symbol
Overrides: Interfaces.Common.Signal.RampSlopeSegment.IRampSlopeSegment.getSlope
(inherited documentation)

setDuration(self, duration)

 
Overrides: Interfaces.Common.Signal.RampSlopeSegment.IRampSlopeSegment.setDuration
(inherited documentation)

setOffset(self, value)

 
Overrides: Interfaces.Common.Signal.RampSlopeSegment.IRampSlopeSegment.setOffset
(inherited documentation)

setSlope(self, value)

 
Overrides: Interfaces.Common.Signal.RampSlopeSegment.IRampSlopeSegment.setSlope
(inherited documentation)

Property Details

Duration

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

Offset

Get Method:
getOffset(self)
Set Method:
setOffset(self, value)
Type:
Symbol

Slope

Get Method:
getSlope(self)
Set Method:
setSlope(self, value)
Type:
Symbol