Interface

ISimulatorDisplayUnits

USI.Core

Simulator-owned presentation-unit preferences. Physical SDK values remain normalized regardless of these user-interface choices.

public interface ISimulatorDisplayUnits

Methods

TryGetPressureSystemAsync

public Task<USIResult<SimulatorMeasurementSystem>> TryGetPressureSystemAsync()

Gets the measurement system used for pressure indications.

TryGetTemperatureSystemAsync

public Task<USIResult<SimulatorMeasurementSystem>> TryGetTemperatureSystemAsync()

Gets the measurement system used for temperature indications.

TrySetPressureSystemAsync

public Task<USIResult> TrySetPressureSystemAsync(SimulatorMeasurementSystem system)

Selects the measurement system used for pressure indications.

TrySetTemperatureSystemAsync

public Task<USIResult> TrySetTemperatureSystemAsync(SimulatorMeasurementSystem system)

Selects the measurement system used for temperature indications.