CSP assignresources 3.2

JSON schema and example for CSP Low assignresources

LOWCSP assign resources 3.2

Example JSON (LOW CSP assignresources v. 3.2)

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

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

type

object

properties

  • interface

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

type

string

  • transaction_id

A transaction id specific to the command

type

string

  • common

LOWCSP releaseresources description 3.2

LOWCSP subarray id arguments

type

object

properties

  • subarray_id

subarray id

type

integer

additionalProperties

True

  • lowcbf

Low CBF resources

LOWCBF_assign_resources_0.2

  • pst

CSP PST beams 3.2

PST section for the assign/release resources

type

object

properties

  • beams_id

list of PST beam IDs

type

array

items

type

integer

additionalProperties

True

  • pss

CSP PSS beams 3.2

PSS section for the assign/release resources

type

object

properties

  • beams_id

list of PSS beam IDs

type

array

items

type

integer

additionalProperties

True

additionalProperties

True

LOWCBF_assign_resources_0.2

type

object

properties

  • dummy_param

LOWCBF assign resources (unused, empty)

type

string

additionalProperties

True