Class StripToolParser


  • public class StripToolParser
    extends Object
    Read EPICS 'Strip Tool' configuration file

    Strip tool and data browser are quite different: Strip tool shows only one axis at a time, and takes samples at fixed times (no 'monitor' mode). This parser imports the essential PV name, color, range information.

    Author:
    Kay Kasemir
    • Constructor Detail

      • StripToolParser

        public StripToolParser()
    • Method Detail

      • load

        public static void load​(URI input,
                                Model model,
                                InputStream stream)
                         throws Exception
        Load Strip Tool configuration
        Parameters:
        input - Input name, used for logging
        model - Model to configure, should start out empty
        stream - Stream for Strip Tool configuration
        Throws:
        Exception - on error