CSP assignresources 3.0

JSON schema and example for CSP Low assignresources

LOWCSP assign resources 3.0

Example JSON (LOW CSP assignresources JSON v. 3.0)

{
    "interface": "https://schema.skao.int/ska-low-csp-assignresources/3.0",
    "common": {
        "subarray_id": 1
    },
    "lowcbf": {},
    "pss": {
        "beams_id": [1, 2, 3]
    },
    "pst": {
        "beams_id": [1]
    }
}

https://schema.skao.int/ska-low-csp-assignresources/3.0

type

object

properties

  • interface

URI of JSON schema for this command’s JSON payload.

type

string

  • common

LOWCSP subarray id arguments

type

object

properties

  • subarray_id

subarray id

type

integer

additionalProperties

False

  • lowcbf

Low CBF resources

LOWCBF assign resources 0.2

  • pst

Assign section for PST sub-system

type

object

default

null

properties

  • beams_id

List of PST beam Ids to assign to the subarray.

type

array

items

type

integer

additionalProperties

False

  • pss

Assign section for PSS sub-system

type

object

default

null

properties

  • beams_id

List of PSS beam Ids to assign to the subarray.

type

array

items

type

integer

additionalProperties

False

additionalProperties

False

LOWCBF assign resources 0.2

type

object

properties

  • dummy_param

LOWCBF assign resources (unused, empty)

type

string

default

null

additionalProperties

False