5

[Dview] call by CLI for scripting

I want to call Dview to open *.csv file by command line. Could Dview be called by CLI ?
UPDATE: i currently have problem with D:/SIM/Dview/Dview.exe --verbose /l /s 4 /e 15 /i 2 /i 34 - seem there is only last /i 34 got shown while the first variable /i 0 always got shown first. How to show in second chart ?

ngkhanh's avatar
2.2k
ngkhanh
asked 2017-05-14 22:49:42 -0500, updated 2017-05-25 01:18:56 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Great question! Look for an expanded role for Dview with OpenStudio in the near future.

ljbrackney's avatar ljbrackney (2017-05-15 11:09:54 -0500) edit
add a comment see more comments

1 Answer

4

Yes, DView accepts a number of command-line arguments. Type dview.exe --help and you'll see this:

image description

shorowit's avatar
11.8k
shorowit
answered 2017-05-15 08:49:50 -0500
edit flag offensive 0 remove flag delete link

Comments

Thanks but currently have problem with /i method seems it agree to have one /i only. How to ask Dview to shows multi variable by script

ngkhanh's avatar ngkhanh (2017-05-24 19:05:57 -0500) edit

Use the /v argument instead?

shorowit's avatar shorowit (2017-05-25 08:34:46 -0500) edit

/v prones to error. Could you give me an example of /v with multi variable / multi csv selection?

ngkhanh's avatar ngkhanh (2017-05-25 09:55:09 -0500) edit
add a comment see more comments