Read-only

 

get_InputVoltage Method  Superseded


Description

This command is replaced with get InputVoltageEX Method

Reads the ADC input voltage from Analog IN (pin 14) of the AUX IO connector.

For PNA

 VB Syntax

volts = AuxIO.get_InputVoltage

Variable

(Type) - Description

volts

(double) - variable to store the return value

AuxIO

(object) - A Hardware Auxiliary Input / Output object

Return Type

Double

Default

0

Examples

Dim aux as HWAuxIO

Set aux = PNA.getAuxIO
volts = aux.get_InputVoltage 'read voltage on Analog In (pin 14)

C++ Syntax

HRESULT get_InputVoltage ( double* Voltage );

Interface

HWAuxIO