misunderstood
Hi porkluvr: Sorry, I misunderstood your first question!
The ".meas" statement in LTSpice can be used to allow you to create a parameter whose value will be printed out in the Spice Error Log. It is a way to see the value of calculated parameters.
.meas fc_ param fc
This means create a parameter named fc_ whose value is equal to the parameter fc, and print it in the error log when the simulation runs. I used it to see the resonant frequency of the circuit.
I don't really understand the more complex uses of the .meas command at this time.
Regards,
-SB
Originally posted by porkluvr
View Post
The ".meas" statement in LTSpice can be used to allow you to create a parameter whose value will be printed out in the Spice Error Log. It is a way to see the value of calculated parameters.
.meas fc_ param fc
This means create a parameter named fc_ whose value is equal to the parameter fc, and print it in the error log when the simulation runs. I used it to see the resonant frequency of the circuit.
I don't really understand the more complex uses of the .meas command at this time.
Regards,
-SB
Comment