Opened 8 years ago

Last modified 7 years ago

#3661 new enhancement

Add a resimulate() function to the API

Reported by: vitalij Owned by: somebody
Priority: normal Milestone: 2.0.0
Component: *unknown* Version:
Keywords: Cc:

Description

It would be really nice to have something like

recompile=false

for simulate-appy.

For example:

simulate(A, simflags="xxxx");
system(./A -yyyy);

is possible but, system() has other syntax under linux and windows.
More native would be

simulate(A, -simflags="xxxx");
simulate(A, -simflags="yyyy",recompile="false");

Change History (4)

comment:1 follow-up: Changed 8 years ago by sjoelund.se

How about a resimulate command?

comment:2 in reply to: ↑ 1 Changed 8 years ago by vitalij

Replying to sjoelund.se:

How about a resimulate command?

clever idea :), like more than recompile=false

comment:3 Changed 8 years ago by sjoelund.se

  • Type changed from defect to enhancement

comment:4 Changed 7 years ago by casella

  • Milestone changed from Future to 2.0.0
  • Summary changed from extends simulate scripting to Add a resimulate() function to the API
Note: See TracTickets for help on using tickets.