FastFieldSolvers Forum
FastFieldSolvers Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 FastFieldSolvers
 FasterCap and FastCap2
 Specify run menu options in automation

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Antispam question: What do MOONwalk and MOONdance have in common?
Answer:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON

 
   

T O P I C    R E V I E W
xiqiao.wang@nist.gov Posted - Aug 09 2018 : 19:31:02
Hello,

I am using the fc_drive.xls to automate the FastCAP2 runs. In the visual basic code, how to specify additional menu options? For example, if I want to specify the input file to be a list file in automation, how to do it? Thanks!

Best,
XQ
1   L A T E S T    R E P L I E S    (Newest First)
Enrico Posted - Aug 10 2018 : 23:53:13
You can provide input options just like you would do on the command line when launching FastCap from the shell.

To be clear, here you are just passing a string with the input file name.

couldRun = FastCap2.Run("""" + path + "sphere"+CStr(i)+".qui""")


You can pass more complex strings, like:

"-lmylistfile.lst -t0.02"


that launch the simulation on the list file mylistfile.lst with a tolerance of 2%.

Best Regards,
Enrico

FastFieldSolvers Forum © 2020 FastFieldSolvers S.R.L. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.06