Methods
•GetValues(): list
o
return
list of float values
[Example]
allValues = event.GetValues()
•SetValues(value: list)
value
list of float values to set
event.SetValue(values)
•GetValueSize()
number of values in this list
size = event.GetValueSize()