Issue with getting Exact Parameters Value

Hi,
Im just trying to get values of Type Parameters in dynamo , But I’m not getting exact values any one please help me with this . See attached inline pic for more details .

.

Thanks and Regards ,
Sriram.R

Looks like a units issue. What Revit and Dynamo versions are you using?

Hi @sriramscottch

use codeblock and type x/10.764 will get you what you need.

1 Like

I’m using Revit 2017 and Dynamo core and Revit 1.3.2.2480.

Ok got it. But Can you Please explain me which stops getting exact value?

Hi ,
I did that but still not fetching exact values .
image
Thanks and Regards ,
Sriram.R

ElectricalSystem.Voltage property returns a value that is about 10.76391 times the expected value in Volts, i.e., you get 1291.669 instead of 120 V. Revit is using some non-standard unit for voltage.

Electrical potential can be defined using the following more fundamental units:

(Length2 * Mass) / (Time3 * Current).

In Revit, this formula makes use of the following units:

  • Length: feet
  • Mass: kg
  • Time: s
  • Current: A

Hope that makes sense now?

Try downloading latest dynamo version 1.3.3 or 2.0.1 and you will see this problem has been solved.

1 Like

Use Math.Round node at the end.

Thank you very much . Will download Latest version and try it .

Make sure you mark the post as solved. It will help others also in future.

1 Like

ok will try it.

Hello,
I tried in Dynamo 2.0 . It works great , Issue resolved .
Thank you very much.

Regards ,
Sriram.R

1 Like

Here is how you mark the post as solved. You’re welcome!

1 Like