Prefix

csw.prefix.models.Prefix
See thePrefix companion object

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

Value parameters

componentName

component name - filter.wheel, prog.cloudcover

subsystem

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

Attributes

Note

Component name should not contain

  • leading or trailing spaces
  • and hyphen (-)
Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • Product

Value members

Concrete methods

override def toString: String

String representation of prefix e.g. tcs.filter.wheel where tcs is the subsystem name and filter.wheel is the component name

String representation of prefix e.g. tcs.filter.wheel where tcs is the subsystem name and filter.wheel is the component name

Attributes

Definition Classes
Any

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product