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.

[SOLVED] How to capture analysis with alter statement in spectre

Status
Not open for further replies.

Knowledge.seeker

Junior Member level 2
Joined
Oct 1, 2018
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
153
Using :

Code:
tran_1 tran step= 1n stop= 10n  

cin (in vss) capacitor c=0.01p
alter1  altergroup{
    parameters cin=0.05p
    parameters cin = 0.08p
}

print v(in), name = tran_1 to="vin"

how i can capture changes in vin with respect to cin.as this code is showing only one change?
how to print value of cin for each alter in output file?
 

captured effect of alter statement by using it for voltage variation.
not effective for cap changes.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top