Class in Zendir.Classes | Inherits from UniverseModel

Declaration

class ComputerSoftwareRateErrorModel;

Description

This model is able to change the frequency of flight software that has been added to a computer. Any flight software that is added to the computer will have its update frequency changed to the frequency of this model.


Properties

DeclaredDescription
FrequencyThe frequency in which the flight software will be updated
NextClockTimeThe time in seconds when the clock will next enable the flight software
InheritedDescription
IsEnabledIs true if the object is currently enabled.
NameThe display name or tag of this object.
ParentThe currently attached parent object.

Methods

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.