Class

ElectricalBusTie

USI.Core

A controllable connection between aircraft electrical buses.

public sealed class ElectricalBusTie : AircraftComponentNode

Methods

TryGetClosedAsync

public Task<USIResult<Boolean>> TryGetClosedAsync()

Gets whether the bus tie is selected closed.

TrySetClosedAsync

public Task<USIResult> TrySetClosedAsync(bool closed)

Selects the bus tie open or closed.