Python scripting OLP - Objects

CENPyOlpDwellEvent

Previous  Chapter  Next

 

Methods

 

GetType(): BuiltInEventTypes

 

o

return

the type of the built-in event

[Example]   

   evType = event.GetType()

 


 

GetDwellTime(): float

 

o

return

The dwell time, in seconds

 

[Example]

   speed = event.GetDwellTime()

 


 

SetDwellTime(dwell: float)

 

o

dwell

Set the dwell time, in seconds

 

[Example]

   event.SetDwellTime(0.5)

 


 

 

 


Previous
Previous page
Chapter
Chapter page
Next
Next page