Python scripting OLP - Objects

CENPyOlpFloatArrayActorEvent

Previous  Chapter  Next

 

Methods

 

GetValues(): list

 

o

return

list of float values

 

[Example]

   allValues = event.GetValues()

 


 

SetValues(value: list)

 

o

value

list of float values to set

[Example]   

   event.SetValue(values)

 


 

GetValueSize()

 

o

value

number of values in this list

[Example]   

   size = event.GetValueSize()

 


 


Previous
Previous page
Chapter
Chapter page
Next
Next page