Class WsAnalogInput

    • Constructor Detail

      • WsAnalogInput

        public WsAnalogInput​(java.lang.String p_name,
                             int channel)
        Construct the analog input.
        Parameters:
        p_name - Descriptive name for the input.
        channel - Hardware channel used for input.
    • Method Detail

      • readRawValue

        public double readRawValue()
        Reads the value from the analog input.
        Specified by:
        readRawValue in class AnalogInput
        Returns:
        Raw value from input.