instance_set_index_time
Sets the time associated with a particular 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.
-
"time" : Float64
The associated with time_index. Entries must be monotonically increasing relative to existing times.
-
"time_index" : Size
The index into the time array to set.