You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This functionality is desired for testing gridcomps in isolation. The switch will avoid the need to artificially connect all exports to imports in some other gridcomp.
Longer term we may want to allow VariableSpec to specify that any given export should be allocated regardless of connection status. E.g., the export might be used for computing other exports. OTOH, this could also be handled via "export dependencies" which already have some implementation foothold in MAPL3.
The text was updated successfully, but these errors were encountered:
This functionality is desired for testing gridcomps in isolation. The switch will avoid the need to artificially connect all exports to imports in some other gridcomp.
Longer term we may want to allow VariableSpec to specify that any given export should be allocated regardless of connection status. E.g., the export might be used for computing other exports. OTOH, this could also be handled via "export dependencies" which already have some implementation foothold in MAPL3.
The text was updated successfully, but these errors were encountered: