Search found 5 matches

by Angel Rocha 6645752e1159d
Fri Jun 14, 2024 8:17 pm
Forum: Support Discussion Board
Topic: Step a Formation and Spacecraft simultaneously
Replies: 0
Views: 23488

Step a Formation and Spacecraft simultaneously

The Formation Object has built in Step and StepToEpoch Methods that can be used to Step the entire Formation with one line of script. Alternatively, you can use the Step Command to Step the entire Formation in the same way you would for a Spacecraft. Step using Step Command While (Spacecraft1.Elapse...
by Angel Rocha 6645752e1159d
Fri Jun 14, 2024 8:03 pm
Forum: Support Discussion Board
Topic: Debug and optimize Mission Plan with the Profiler
Replies: 0
Views: 23554

Debug and optimize Mission Plan with the Profiler

Help File Use Profiler The profiler reports information about how much time is spent in different sections of a Mission Plan. Profiler information is reported to a scopes file and a lines file. The profiler can help debug and optimize Mission Plans by tracking the execution time of different sectio...
by Angel Rocha 6645752e1159d
Thu Jun 13, 2024 4:07 pm
Forum: Support Discussion Board
Topic: Propagation with SPICE Ephemeris and Integrator
Replies: 0
Views: 23584

Propagation with SPICE Ephemeris and Integrator

Once the end of a SPICE Ephemeris file is reached, it may be desirable to continue propagation using one of FreeFlyer's built in Integrators. The Spacecraft.SetPropagatorType() Method can be used to switch from SpiceEphemeris Propagation to an Integrator such as RK89 Step 1: Create & Configure S...
by Angel Rocha 6645752e1159d
Fri May 17, 2024 6:23 pm
Forum: Support Discussion Board
Topic: Configuring Formation with VisibilitySegments or VisibilityCalculators
Replies: 0
Views: 29444

Configuring Formation with VisibilitySegments or VisibilityCalculators

VisibilityCalculator Objects can be used to create and manage multiple VisibilitySegments when you want to evaluate whether all or any of a set of segments are simultaneously true. The following example demonstrates configuration of a VisibilityCalculator Object to test whether a Formation Object w...
by Angel Rocha 6645752e1159d
Thu May 16, 2024 3:19 am
Forum: Support Discussion Board
Topic: WhileManeuvering WhileStepping order of operations
Replies: 0
Views: 29387

WhileManeuvering WhileStepping order of operations

The WhileManeuvering/WhileStepping commands allow the user to execute arbitrary FreeFlyer script while simultaneously Maneuvering/Stepping the reference spacecraft. The command will first execute the internal Maneuver/Step according to the StepSize, then execute the FreeFlyer script during each iter...