Python scripting OLP - Objects

CENPyOlpWaitForBoolSignalEvent

Previous  Chapter  Next

 

Methods

 

GetValue(): bool

 

o

return

current event value

 

[Example]

   eventState = event.GetValue()

 


 

SetValue(value: bool)

 

o

value

value to set

[Example]   

   event.SetValue(False)

 


 

 


Previous
Previous page
Chapter
Chapter page
Next
Next page