CSP releaseresources 2.0

JSON schema and example for CSP Low releaseresources

LOWCSP release resources 2.0

Example JSON (LOW CSP releaseresources JSON v. 2.0)

{
    "interface": "https://schema.skao.int/ska-low-csp-releaseresources/2.0",
    "common": {
        "subarray_id": 1
    },
    "lowcbf": {
        "resources": [{
            "device": "fsp_01"
        }]
    },
    "pst": {
        "beams_id": [1]
    }
}

https://schema.skao.int/ska-low-csp-releaseresources/2.0

type

object

properties

  • interface

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

type

string

  • common

LOWCSP subarray id arguments

LOWCSP_releaseresources_description_2.0

  • pst

CSP PST beams 2.0

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 2.0

PSS section for the assign/release resources

type

object

properties

  • beams_id

list of PSS beam IDs

type

array

items

type

integer

additionalProperties

True

  • lowcbf

LOWCBF resources 0.1

type

object

properties

  • resources

array of LOWCBF resources

type

array

items

LOWCBF_resources_0.1

additionalProperties

True

additionalProperties

True

LOWCSP_releaseresources_description_2.0

type

object

properties

  • subarray_id

subarray id

type

integer

additionalProperties

True

LOWCBF_resources_0.1

type

object

properties

  • device

Name of FSP or P4 device

type

string

additionalProperties

True