Is there a way that we can modify an object's stat_output manually? It looks like this node is handled by FlexSim internally and user has no access to change it.
Is there a way that we can modify an object's stat_output manually? It looks like this node is handled by FlexSim internally and user has no access to change it.
EDIT: Added FlexScript for 17.0
You can change it using FlexScript.
In FlexSim 17.0:
Object obj = model().find("Queue1"); stats_output(obj).value = 10;
From FlexSim 17.1 and on:
Object obj = model().find("Queue1"); obj.stats.output.value = 10;
Hi, @Jacob Gillespie
The .stats can not works in below version FlexSim2017update2
Thanks I didn't notice 17.0 was specified.
7 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved