timesampled¶
-
class
guerilla.
timesampled
¶ Bases:
object
A time sampled generic data
-
gettime
(*args)¶ Get the time in 0,1 range of the i-th sample
Available arguments:
Parameters: i (number) – the index of the sample to query Return type: number or
Parameters: i (number) – the index of the sample to query Return type: number
-
n
()¶ Get the number of time samples
Returns: the number of time samples Return type: number
-