Attilone
Guest
hi to all, I would like to create a set where some components are inserted in a conditional way, I explain, I have a linear actuator with motor, transmission and user, I already have all the parameterized components what I want now is to be able to insert the type of transmission (belt or gear) depending on the power of the engine, practically I would like to know if you can do somehow:
if power > plim:
insert gear transmission model
else:
insert belt transmission model
I repeat that I have already parameterized them according to the power (and other variables), now I would need to insert the transmission type, create a "parameter" also here I mean.
Thank you.
if power > plim:
insert gear transmission model
else:
insert belt transmission model
I repeat that I have already parameterized them according to the power (and other variables), now I would need to insert the transmission type, create a "parameter" also here I mean.
Thank you.