Class WsRemoteAnalogInput


  • public class WsRemoteAnalogInput
    extends AnalogInput
    Reads a remote analog input.
    • Constructor Detail

      • WsRemoteAnalogInput

        public WsRemoteAnalogInput​(java.lang.String p_name,
                                   java.lang.String p_networkTbl)
        Construct the remote input.
        Parameters:
        p_name - Name of the input.
        p_networkTbl - Network table name.
    • Method Detail

      • readRawValue

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