When building Visios, is it possible to do some simple mathematic operations on a shape / parameter? For ex., can I divide the shape value by 1000 to change the units from one value (GHz) to another (MHz)? Or, can I subtract two parameter values to show the difference between the two?
Thanks!
Hi Jamie,
It is possible to use the shape data ParametersSummary to perform some calculations involving multiple parameters (min, max, sum, and avg)
Regarding the option to scale the units, a possible option could be using dynamic units in a connector.
Thanks everyone for the quick and thorough answers!