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
Is your feature request related to a problem? Please describe.
Since the SatelliteSystem class is a multi component class that can have certain components defined or not.
Describe the solution you'd like
The isDefined method should be updated to not have every component being defined. Instead the accessors can raise an error if it is not defined.