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.

about hspice command .meas

Status
Not open for further replies.

super

Full Member level 2
Joined
Aug 18, 2002
Messages
125
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,296
Activity points
904
Dear all:

1. I write measure criterion as follow:
.meas tran dr when v(vcop)=v(vcon) td=4.8u rise=2
.meas tran df when v(vcop)=v(vcon) td=4.8u rise=3
.meas trq param='df-dr'

and .lis report is show me 100.25Mhz
but I need more accuracy like 100.25341Mhz
How can I do ?
2. I want to measure VCO frequency from 3us to 5us ,
the description in item 1 is right ?

Thanks
 

.option numdgt=7 measdgt=7
 

    super

    Points: 2
    Helpful Answer Positive Rating
thanks... It's ok...
 

super said:
Dear all:

1. I write measure criterion as follow:
.meas tran dr when v(vcop)=v(vcon) td=4.8u rise=2
.meas tran df when v(vcop)=v(vcon) td=4.8u rise=3
.meas trq param='df-dr'
What about one ".meas" statement:
.meas tran trq trig v(vcop, vcon) val = 0 td = 4.8u rise = 2
+ targ v(vcop, vcon) val = 0 td = 4.8u rise = 3
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top