How can I obtain the specific value of distribution after naming it
@zzz_zhang666 not sure if this post from the mod is relevant (note the snippet is used with uniform distribution, but i suspect the process is similar with sequence distribution) -
Hello @federico.domeniconi . I want to first apologize in the extensive delay in getting back to you on this.
The issue with this approach is that the writer does not necessarily execute at the same time as the simulation. In fact, it’s at best going to be 1 frame behind and can be up to 3 frames out of step with the simulation. Because of this, it’s best to avoid querying the stage within the writer unless you know the property being queried is not changing.
If you are using samplers (eg. rep.…
@Simplychenable
Thank you. Your suggestion has been very helpful to me