Branching inside expt


Author
Message
mahfuz
mahfuz
New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)New Member (6 reputation)
Group: Forum Members
Posts: 1, Visits: 10
Hi,
I am trying to modify an experiment where some blocks are running inside <expt> as shown below:
<expt>
/blocks = [
    1 = blockone;
    2 = blocktwo;
    3 = blockthree;
    4 = blockfour;
    5 = finish;
]
</expt>

How can I skip blockthree and blockfour based on the value of a variable?

I will appreciate if anyone can give me some suggestions.
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
mahfuz - 5/6/2021
Hi,
I am trying to modify an experiment where some blocks are running inside <expt> as shown below:
<expt>
/blocks = [
    1 = blockone;
    2 = blocktwo;
    3 = blockthree;
    4 = blockfour;
    5 = finish;
]
</expt>

How can I skip blockthree and blockfour based on the value of a variable?

I will appreciate if anyone can give me some suggestions.

By defining a proper /skip condition in <block blockthree> and <block blockfour> respectively.

https://www.millisecond.com/support/docs/v6/html/language/attributes/skip.htm

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search