Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How I can add any variable parameter in HSPICE?

Status
Not open for further replies.

Ismail_9910

Newbie
Joined
Mar 24, 2021
Messages
1
Helped
0
Reputation
0
Reaction score
1
Trophy points
3
Activity points
19
I used to use .step in cadence PSPICE to make any variable value.
an example in PSPICE (simple voltage divider):
vin 1 0 10
r1 1 2 {rval1}
r2 2 0 {rval2}
.param rval1 10k
.param rval2 10k
.step param rval1 1k 10k 1k
.dc param rval2 1k 10k 1k
.probe
.print dc V(2)

.end
the problem now that I can't use it and I can't find the command to use in HSPICE, any solution.
(How can I add any variable parameter (resistor, capacitor, current or voltage source, or frequency) in HSPICE?)
 
Last edited:

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top