Search found 5 matches

by Creater0822
Tuesday 24 November, 2020 - 16:20
Forum: Enterprise Dynamics 4DScript
Topic: Automating experiments on different models
Replies: 4
Views: 13330

Re: Automating experiments on different models

Nice that's a bunch of different ways to start things off, thanks a lot!!
by Creater0822
Monday 23 November, 2020 - 12:18
Forum: Enterprise Dynamics 4DScript
Topic: Automating experiments on different models
Replies: 4
Views: 13330

Re: Automating experiments on different models

Hi Harry, After looking at the code I've learnt that the Att() function is made to return the value of a given attribute from a given object. Looking back at my question I realized I've been too vague, my apologies. But nonetheless you've given me some new ideas and questions. Now that I've seen the...
by Creater0822
Sunday 22 November, 2020 - 17:55
Forum: Enterprise Dynamics 4DScript
Topic: Automating experiments on different models
Replies: 4
Views: 13330

Automating experiments on different models

I'm wondering if there's a way to automatically run an experiment on multiple ED models.
For example: If I have a Source atom with variable inter-arrival-time, is it possible to for-loop over time = 2s to 20s by steps of 1s and have each slightly different model ran through an experiment wizard?
by Creater0822
Saturday 21 November, 2020 - 00:17
Forum: Enterprise Dynamics 4DScript
Topic: How to define global variables?
Replies: 2
Views: 12197

Re: How to define global variables?

Thanks a lot, that was a really quick reply!!
by Creater0822
Friday 20 November, 2020 - 16:20
Forum: Enterprise Dynamics 4DScript
Topic: How to define global variables?
Replies: 2
Views: 12197

How to define global variables?

Presumably a rookie question, but as suggested by the subject: Where in Enterprise Dynamics can I possibly define global variables to be read from by all Atoms in my model? More specific on what I want to accomplish, is for example a textbox on which I could simply type a value, to become readable b...