java.lang.Object
edu.stanford.slac.archiverappliance.plain.utils.ChangePVName

public class ChangePVName extends Object
Change the name of the PV in the PB file. Note that this is completely different from renaming the PV; this applies only to the specified PB files and is meant to address bugs/typo's in PV names etc
Author:
mshankar
  • Constructor Details

    • ChangePVName

      public ChangePVName()
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      Parameters:
      args -  
      Throws:
      Exception -  
    • fixPBFile

      public static void fixPBFile(Path path, String newPVName)