Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable options #296

Open
pressr-inl opened this issue Aug 9, 2023 · 0 comments
Open

Variable options #296

pressr-inl opened this issue Aug 9, 2023 · 0 comments
Assignees

Comments

@pressr-inl
Copy link
Collaborator

Add the following options to the Variable screen (Global and Accrual types) as Check boxes.
"Allow Monitor in Simulation" (canMonitor in JSON)
if checked then add the option "Monitor by default" (monitorInSim in JSON)
if checked then add the option "Monitor Cumulative Stats" (cumulativeStats in JSON)

Example in the json
{
"Variable": {
"id": 1,
"name": "SumCurTime",
"desc": "",
"varScope": "gtGlobal",
"value": 0,
"resetOnRuns": true,
"type": "double",
"cumulativeStats": true,
"monitorInSim": true,
"canMonitor": true

}
},
{
"Variable": {
"id": 1,
"name": "DontShow",
"desc": "",
"varScope": "gtGlobal",
"value": 0,
"resetOnRuns": true,
"type": "double",
"canMonitor": false
}
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants