How to indicate unit of parameter in simulation model?

I have this subcircuit defined:

.subckt parallel_R plus minus PARAMS: R=1
	.param factor_magico=2
	r1 plus minus {R*factor_magico}
	r2 plus minus {R*factor_magico}
.ends

and in the KiCad GUI I see it like this:

How can I indicate the “Unit” field? Also, how can I indicate if a parameter is not of type float?

I guess you cannot, neither the Unit nor the Type fields seem to be user-accessible. ngspice however does not care about this information anyway.

This topic was automatically closed after 90 days. New replies are no longer allowed.