I create a variable called delay
set delay [expr ($max-$min)];
I want to use it in a array like:
set_value/$env(sim_name)/taps {{0,0,$delay,0,0}}; #double[5]
But brace will stop to substitution the value of delay, right?
The fault said is invalid_float or zero element array.
what could I do?
setcommand?set_value, or is the command really that whole wordset_value/$env(sim_name)/taps?