Hello.
I wanna access control area's max allocations value and change the value using custom code when an event occurs on waypoints.
How to get control area's max allocations and change the value?
Object ca_1 = model().find("ControlArea1");
1) setvarnum(ca_1, "Max Allocations", 12);
2) ca_1.variables.maxAllocations = 12.00;