User parameter help

User parameter help

Anonymous
Not applicable
309 Views
2 Replies
Message 1 of 3

User parameter help

Anonymous
Not applicable

I want to use the "round" "floor" and "ceil" functions in a design but for some reason I can't get the functions to work correctly. I created an example that is shown in the attached image. Thank you for your time.

0 Likes
Accepted solutions (1)
310 Views
2 Replies
Replies (2)
Message 2 of 3

HughesTooling
Consultant
Consultant
Accepted solution

All those functions are unitless and probably should fail with what you've entered. Length is in inches so you should divide it by an inch number to make the input for the function unitless, something like round(Lenght/1.25in)

 

Mark

Mark Hughes
Owner, Hughes Tooling
Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.

EESignature


Message 3 of 3

Anonymous
Not applicable

Thank you, that makes a lot of sense. 

0 Likes