Python scripting OLP - Objects

CENPyOlpToolEvent

Previous  Chapter  Next

 

Methods

 

On()

[Example]   

   toolEvent.On()

 


 

Off()

 

[Example]

   toolEvent.Off()

 


 

GetState(): bool

 

o

return

true if on, false if off

 

[Example]

   eventState = toolEvent.GetState()

 


 

GetType(): BuiltInEventTypes

 

o

return

the type of the built-in event

[Example]   

   evType = toolEvent.GetType()

 


 

 


Previous
Previous page
Chapter
Chapter page
Next
Next page