instance_set_index_times
Sets the times associated with each index of the time array when using interpolated transforms. Calling this puts the instance into interpolated mode.
References:
arguments
-
"instance_name" : String
The name of the instance. This name must be the full database name of the instance, including namespace.
-
"resize" : Boolean (default: true)
If true then the time array will be resized to fit the length of times. If not and and the sizes don't match, then an error is returned.
-
"times" : Float64[]
The array of times associated with each index. Entries must be monotonically increasing.