Edit

Share via


Ads1115.ReadVoltage Method

Definition

Overloads

ReadVoltage(InputMultiplexer)

Returns the electric potential (voltage) of the given channel, performs a measurement first

ReadVoltage()

Returns the electric potential (voltage) of the currently selected input.

ReadVoltage(InputMultiplexer)

Returns the electric potential (voltage) of the given channel, performs a measurement first

public UnitsNet.ElectricPotential ReadVoltage (Iot.Device.Ads1115.InputMultiplexer inputMultiplexer);
member this.ReadVoltage : Iot.Device.Ads1115.InputMultiplexer -> UnitsNet.ElectricPotential
Public Function ReadVoltage (inputMultiplexer As InputMultiplexer) As ElectricPotential

Parameters

inputMultiplexer
InputMultiplexer

Channel to use

Returns

UnitsNet.ElectricPotential

The voltage at the selected channel

Applies to

ReadVoltage()

Returns the electric potential (voltage) of the currently selected input.

public UnitsNet.ElectricPotential ReadVoltage ();
member this.ReadVoltage : unit -> UnitsNet.ElectricPotential
Public Function ReadVoltage () As ElectricPotential

Returns

UnitsNet.ElectricPotential

The measured voltage of the currently selected input channel. In volts.

Applies to