Abstract class

AircraftComponentNode

USI.Core

Public SDK type.

public abstract class AircraftComponentNode : IAircraftComponent, IMeasurementPreferenceSource

Properties

Aircraft

public Aircraft Aircraft { get; }

InstallationState

public AircraftComponentInstallationState InstallationState { get; }

Installation evidence for this graph snapshot; independent of current readings and IsCurrent.

IsCurrent

public bool IsCurrent { get; }

LifecycleState

public AircraftComponentLifecycleState LifecycleState { get; }

Name

public string Name { get; }

Power

public PowerState Power { get; }