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; } |
Return Value
An array of 16-bit signed integers containing the current
values of all analog inputs. Only the low 10 bits
in each array element contain useful information;
the high 6 bits are always zero because the
precision of the PHCC analog inputs is currently
limited to 10 bits.
See Also