Class CRDConfiguration.SystemConfiguration

  • Enclosing class:
    CRDConfiguration

    public static class CRDConfiguration.SystemConfiguration
    extends Object
    Container for system configuration record.
    • Constructor Detail

      • SystemConfiguration

        public SystemConfiguration()
    • Method Detail

      • getWavelength

        public double getWavelength()
        Get the transmit wavelength.
        Returns:
        the transmit wavelength in meters
      • setWavelength

        public void setWavelength​(double wavelength)
        Set the transmit wavelength.
        Parameters:
        wavelength - the wavelength to set
      • getSystemId

        public String getSystemId()
        Get the system configuration ID.
        Returns:
        the system configuration ID
      • setSystemId

        public void setSystemId​(String systemId)
        Set the system configuration ID.
        Parameters:
        systemId - the system configuration ID to set