Class

HydraulicActuator

USI.Core

A named hydraulic actuator.

public sealed class HydraulicActuator : HydraulicIndexedComponent

Methods

TryGetActiveAsync

public Task<USIResult<Boolean>> TryGetActiveAsync()

TryGetIntegrityRatioAsync

public Task<USIResult<Double>> TryGetIntegrityRatioAsync()

TryGetPressurePsiAsync

public Task<USIResult<Double>> TryGetPressurePsiAsync()

TrySetActiveAsync

public Task<USIResult> TrySetActiveAsync(bool active)

Requests active state for a custom hydraulic actuator. Providers that cannot address custom actuators return Unsupported.

TryToggleActiveAsync

public Task<USIResult> TryToggleActiveAsync()

Requests one active-state toggle for a custom actuator.