Click or drag to resize

DeviceADC_Create Method

Create a remote A/D input.

Namespace: IO.Objects.RemoteIO
Assembly: libremoteio (in libremoteio.dll) Version: 2.2024.165.1
Syntax
C#
public Sample ADC_Create(
	int num
)

Parameters

num  Int32
A/D input number: 0 to 127.

Return Value

Sample
A/D input object.
See Also