Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class GuidanceComputerNoiseErrorModel;

Description

This model is used to add noise to the navigation software models in the guidance computer. It introduces a small random noise factor to the navigation software, simulating a pointing error.


Properties

DeclaredDescription
NoiseFactorRepresents the noise factor used in calculations to introduce a smallrandom variation in noise.
RandomizeA flag to indicate whether the noise should be randomized each timeor used as a constant value.
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

DeclaredDescription
SetSeedSets the seed for the random number generator.
InheritedDescription
DestroyRemoves the current object from the simulation.
FindParentWithIDReturns an attached parent that satisfies the specified ID.
FindParentWithTypeReturns an attached parent that satisfies the specified type.
FindRootWithIDReturns a root object that satisfies the specified ID.
FindRootWithTypeReturns a root object that satisfies the specified type.