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.

Can you write an ocean script that generates reports in .doc

Status
Not open for further replies.

pixel

Advanced Member level 2
Joined
Sep 16, 2004
Messages
508
Helped
69
Reputation
138
Reaction score
16
Trophy points
1,298
Activity points
3,993
ocean and word?

Is it possible to make ocean script that generates report in word-document file format?
 

ocean and word?

i usually use ocean to generate .out file which can be opened by any word editor.
to do that:
* of=outfile("./myfile") to create or overwrite the named file
* of=outfile("./myfile" "a") to append to the named file
* fprintf(of "Here's some sample output.")
* fprintf(of "Voltage at VOUT: %f\n" v("VOUT"))
 

    pixel

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top