Jump to content

Changing the Units Name


Recommended Posts

Hello,

After doing some conversions through formula, I was able to get the signal to show the numbers that I was looking for, but the units that it is showing is not what I want. The unit is long with multiple variable, but I only want it to say "acfm". Is it possible to change the unit name without changing the data in the trend? 

Link to comment
Share on other sites

Hi Augustin,

you can overwrite the UOM using the function setUnits(). However it expects a unit that is known to Seeq, so you might not be able to use "acfm". If it stands for "Actual cubic feet per minute" you might want to try "cf/min" instead.

$t.setunits('cf/min')

Does this work for you?

Regards,

Thorsten

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...