Python scripting OLP - Objects

CENPyOlpWaitForBoolSignalEvent

 

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
Page précédente
Chapter
Page principale du chapitre
Next
Page suivante