I run a .cmd file after my sims to pull certain data and write it to a text file. I would like to get some numbers at a specific time in the sim. I'm trying to use a WHILE/END loop to do this per another example I found, but it isn't working. Code below...
var set var=CurrentAnalysis object=(eval(db_default(.system_defaults,"analysis")))
var set var=IP integer_value=1
While condition=((eval(CurrentAnalysis.object_value//".MyResult.time").values[IP])<2.5)
var set var=OneGTimeValue real_value=(eval(CurrentAnalysis.object_value//".MyResult.time").values[IP])
Every time I post questions about stuff like this you always patiently remind me I should be using macros instead. I promptly say to myself, "You know, Martin is right, I should be trying more macros!" I then just as promptly keep doing it the old way...
Every time I post questions about stuff like this you always patiently remind me I should be using macros instead. I promptly say to myself, "You know, Martin is right, I should be trying more macros!" I then just as promptly keep doing it the old way...