Options
All
  • Public
  • Public/Protected
  • All
Menu

Observe Command

Hierarchy

Implements

  • Command<typeof ObserveL>

Index

Constructors

  • A parameter set for setting telescope and instrument parameters.

    Parameters

    • source: Prefix

      prefix representing source of the command

    • commandName: string

      the name of the command

    • paramSet: Parameter<Key>[] = []

      an optional set of parameters

    • maybeObsId: Option<string> = undefined

      an optional obsId for command

    Returns Observe

    a new instance of Observe

Properties

_type: "Observe" = ObserveL
commandName: string
maybeObsId: Option<string> = undefined
paramSet: Parameter<Key>[] = []
source: Prefix

Methods

  • Adds a parameter to the parameter set

    tparam

    P the Parameter type

    Type parameters

    Parameters

    • parameter: P

      the parameter to add

    Returns Observe

    a new instance of this parameter set with the given parameter added

  • Create a new Observe instance when a parameter is added or removed

    Parameters

    Returns Observe

    a new instance of Observe with provided data

  • Returns true if the key exists in the parameter set

    tparam

    S the Key value

    Type parameters

    Parameters

    Returns boolean

    true if the key is found

  • madd<P>(parametersToAdd: P[]): Observe
  • Adds several parameters to the parameter set

    note

    madd ensures check for duplicate key

    tparam

    P must be a subclass of Parameter

    Type parameters

    Parameters

    • parametersToAdd: P[]

      the list of parameters to add to the parameter set

    Returns Observe

    a new instance of this parameter set with the given parameter added

  • Remove a parameter from the parameter set by key

    tparam

    S the Key value

    Type parameters

    Parameters

    Returns Observe

    a new T, where T is a parameter set child with the key removed or identical if the key is not present

  • size(): number

Generated using TypeDoc