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 to dispaly the internal node voltage in hspice?

Status
Not open for further replies.

triquent

Full Member level 3
Joined
Oct 13, 2004
Messages
166
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Activity points
1,826
how to dispaly the internal node voltage in hspice?
for ex. i can apply initial condition by .ic v(XI0.n1)
but seems it doesn't work for .probe v(XI1.n1)
how to use awaves to see the subcircuit's node voltage?
 

you must add the following statement in the head of hspice netlist
then you can see all node voltage

.OPTIONS LIST NODE POST
 

Add one line of ".op" in your hspice input file. And you can get all initial voltages in your output file.

Yibin.
 

add .op or .options list node won't work. I mean how to display subcircuit's node voltage?? By this way i only can display the nodal voltage of the top level circuit.
 

triquent said:
add .op or .options list node won't work. I mean how to display subcircuit's node voltage?? By this way i only can display the nodal voltage of the top level circuit.

Click in the browser window of avanwaves in the circuit and you will get a tree with all internal subcircuits and voltages/currents of each node.

Bastos
 
Use .probe tran v(X...) command in spice
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top