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,
Basic mathematic operations are available such as:
Multiplying and dividing is not yet possible but can easily be added. Also note that these work based on the string literal value that is passed to them which means that units need to be trimmed before using them. Internally, these strings get parsed into the correct object (best effort).
Thanks everyone for the quick and thorough answers!