Inherited

This attribute specifies whether the stopping condition is inherited by any automatic sequences.

Syntax

Astrogator <Satellite Object Path> SetValue <Attribute Path>.StoppingConditions.{Stopping Condition}.Inherited {Value}

Description

The value is a boolean. Set this attribute to true to apply the stopping condition to any automatic sequences activated within the same segment. Otherwise, set it to false.

If the stopping condition is met while an automatic sequence is executing, and this attribute is set to false, then the stopping condition will be ignored.

Examples

For Propagate Segment

Astrogator */Satellite/Satellite1 SetValue MainSequence.SegmentList.Propagate.StoppingConditions.Duration.Inherited true

For Finite Maneuver Segment

Astrogator */Satellite/Satellite1 SetValue MainSequence.SegmentList.Maneuver.FiniteMnvr.StoppingConditions.Duration.Inherited true

STK 11.2.1 Programming Interface