Adding Cellview properties

  • Thread starter Hugo Miguel Franca Santos
  • Start date
H

Hugo Miguel Franca Santos

Guest
Hi,

In my schematics, I have a custom component (an amplifier) that I want to
use several times in my project, but with some little differences that are
the values of some capacitors.
How can I put these values accessible from outside like an instance
property?
I appreciate your help.
Hugo
 
On Mon, 25 Apr 2005 11:50:47 +0200, Hugo Miguel Franca Santos wrote:

Hi,

In my schematics, I have a custom component (an amplifier) that I want to
use several times in my project, but with some little differences that are
the values of some capacitors.
How can I put these values accessible from outside like an instance
property?
I appreciate your help.
Hugo
Hallo Hogu,

just use
pPar("capvalue") instead of the actual value.
Then recreate the symbol to update the CDF.
Now there will appear an additional Parameter "capvalue" on the symbol
Of course you can rename capvalue.

rds
 

Welcome to EDABoard.com

Sponsor

Back
Top