Interface ScanClass

  • All Known Implementing Classes:
    ScanClassDefinition

    public interface ScanClass
    Defines the properties of a scan class. NOTE: "ScanClass" used to be the name of the implementing class, which is now BasicScanClass.
    • Method Detail

      • getName

        java.lang.String getName()
      • getLoRate

        java.lang.Integer getLoRate()
        LoRate is the "slow" rate
      • getHiRate

        java.lang.Integer getHiRate()
        HiRate is the "fast" rate
      • getDrivingTagPath

        java.lang.String getDrivingTagPath()
      • getCompareValue

        java.lang.Double getCompareValue()
      • getStaleTimeout

        java.lang.Integer getStaleTimeout()
        Stale timeout in milliseconds.
      • getExecutionFlags

        Flags getExecutionFlags()
        Flags that dictate special features of execution, such as Polled OPC Reads or One-shot triggering.
      • getWriteTimeout

        java.lang.Integer getWriteTimeout()