SPIS/NUM HowTo Documentation
User pages
Num tips: a
list of brief HowTo questions, a kind of "Frequently Asked Questions" of Num
Controlling NUM from UI: defining
parameters in User Interface to define NUMerical simulations, the user
reference documentation.
Spacecraft circuit: how the spacecraft
equivalent circuit is defined in SPIS from user parameters
Modelling charging in GEO: specific
advices to model spacecraft charging in GEO
Developer pages
Java for NUM: basic information on Java
language and conventions useful for SPIS/NUM (+ edition and debugging)
NUM architecture: description of object
architecture of SPIS/NUM, for an overall understanding of how it works.
NUM integration in framework:
how to integrate SPIS/NUM modified code in the framework
Writing UI-supported classes:
how to develop classes which the UI can order NUM to switch to
The
developer should not forget the API documentation:
-
public (for addressing the objects from the
outside),
-
private (to see how they work internally,
or modify them).