Class

ElectricalBus

USI.Core

Public SDK type.

public sealed class ElectricalBus : IndexedAircraftComponentNode

Methods

TryGetConnectedToAsync

public Task<USIResult<Boolean>> TryGetConnectedToAsync(ElectricalBus other)

Gets whether this bus is electrically connected to another named bus.

TryGetFailureDetectedAsync

public Task<USIResult<Boolean>> TryGetFailureDetectedAsync()

Gets whether this electrical bus has failed.

TryGetLoadCurrentAmpsAsync

public Task<USIResult<Double>> TryGetLoadCurrentAmpsAsync()

TryGetVoltageAsync

public Task<USIResult<Double>> TryGetVoltageAsync()

TrySetConnectedToAsync

public Task<USIResult> TrySetConnectedToAsync(ElectricalBus other, bool connected)

Requests the electrical connection state between this bus and another named bus.