A top level key for a parameter set: combination of subsystem and the subsystem's prefix e.g. tcs.filter.wheel, wfos.prog.cloudcover, etc

Constructors

Properties

Methods

Constructors

  • Parameters

    • subsystem:
          | "Container"
          | "AOESW"
          | "APS"
          | "CIS"
          | "CLN"
          | "CRYO"
          | "CSW"
          | "DMS"
          | "DPS"
          | "ENC"
          | "ESEN"
          | "ESW"
          | "HNDL"
          | "HQ"
          | "IRIS"
          | "LGSF"
          | "M1COAT"
          | "M1CS"
          | "M1S"
          | "M2COAT"
          | "M2S"
          | "M3S"
          | "MODHIS"
          | "NFIRAOS"
          | "OSS"
          | "REFR"
          | "SCMS"
          | "SER"
          | "SOSS"
          | "STR"
          | "SUM"
          | "TCS"
          | "TINS"
          | "WFOS"

      component subsystem - tcs (TCS), wfos (WFOS)

    • componentName: string

      component name - filter.wheel, prog.cloudcover

    Returns Prefix

    Component name should not contain

    • leading or trailing spaces
    • and hyphen (-)

Properties

componentName: string

component name - filter.wheel, prog.cloudcover

subsystem:
    | "Container"
    | "AOESW"
    | "APS"
    | "CIS"
    | "CLN"
    | "CRYO"
    | "CSW"
    | "DMS"
    | "DPS"
    | "ENC"
    | "ESEN"
    | "ESW"
    | "HNDL"
    | "HQ"
    | "IRIS"
    | "LGSF"
    | "M1COAT"
    | "M1CS"
    | "M1S"
    | "M2COAT"
    | "M2S"
    | "M3S"
    | "MODHIS"
    | "NFIRAOS"
    | "OSS"
    | "REFR"
    | "SCMS"
    | "SER"
    | "SOSS"
    | "STR"
    | "SUM"
    | "TCS"
    | "TINS"
    | "WFOS"

component subsystem - tcs (TCS), wfos (WFOS)

Methods

  • Creates a Prefix based on the given value of format tcs.filter.wheel and splits it to have tcs as subsystem and filter.wheel as componentName

    Parameters

    • prefixStr: string

      of format tcs.filter.wheel

    Returns Prefix

    a Prefix instance