AnalogInputs Property
From Phcc Interface Library .NET / COM
|
|
| Phcc Interface Library for .NET and COM v0.2.1.0 reference library |
| Device..::.AnalogInputs Property |
| Device Class See Also Send Feedback |
Gets an array of 16-bit signed integers containing the current values
of all analog inputs. Only the low 10 bits contain information;
the high 6 bits are always zero because the precision of the
analog inputs is currently limited to 10 bits.
Namespace:
Phcc
Assembly:
Phcc (in Phcc.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property AnalogInputs As Short() |
| C# |
|---|
public short[] AnalogInputs { get; } |