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

Class IdleSegment

                                           object --+        
                                                    |        
Interfaces.Common.Signal.SignalSegment.ISignalSegment --+    
                                                        |    
                              SignalSegment.SignalSegment --+
                                                            |
                                           object --+       |
                                                    |       |
Interfaces.Common.Signal.SignalSegment.ISignalSegment --+   |
                                                        |   |
        Interfaces.Common.Signal.IdleSegment.IIdleSegment --+
                                                            |
                                                           IdleSegment

Create an idle signal segment.

Instance Methods
 
IdleSegment(self)
 
__init__(self, duration=<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.3 of the ASAM AE HIL specification.
 
__repr__(self)
repr(x)
Symbol
getDuration(self)
 
setDuration(self, duration)

Inherited from SignalSegment.SignalSegment: getComment, getType, setComment

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

Class Variables
  Type = 7
Properties
Symbol Duration

Inherited from SignalSegment.SignalSegment: Comment

Inherited from object: __class__

Method Details

IdleSegment(self)

 
Overrides: Interfaces.Common.Signal.IdleSegment.IIdleSegment.IdleSegment
(inherited documentation)

__init__(self, duration=<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.3 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.IdleSegment.IIdleSegment.getDuration
(inherited documentation)

setDuration(self, duration)

 
Overrides: Interfaces.Common.Signal.IdleSegment.IIdleSegment.setDuration
(inherited documentation)

Property Details

Duration

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