FNCC Scripts
Scripts for the FNCC.
- fncc_get_fw_version()
Print the FNCC firmware version number.
This script is registered as a package entrypoint and can be invoked on the command line under the name “fncc-get-fw-version”.
It connects to the specified FNCC and prints current firmware version number.
For script connection arguments, see
ska_low_pasd_driver.scripts.args.connection_parser()- Return type:
- fncc_get_status()
Print the FNCC status.
This script is registered as a package entrypoint and can be invoked on the command line under the name “fncc-get-status”.
It connects to the specified FNCC, queries its status, and prints the result.
For script connection arguments, see
ska_low_pasd_driver.scripts.args.connection_parser()- Return type:
- fncc_read_fnn()
Read the Field Node Number.
This script is registered as a package entrypoint and can be invoked on the command line under the name “fncc-read-fnn”.
It connects to the specified FNCC, queries its status, and prints the result.
For script connection arguments, see
ska_low_pasd_driver.scripts.args.connection_parser()- Return type:
- fncc_set_status()
Set the FNCC status to OK.
This script is registered as a package entrypoint and can be invoked on the command line under the name “fncc-set-status”.
It connects to the specified FNCC, and tries to set its’ status to OK.
For script connection arguments, see
ska_low_pasd_driver.scripts.args.connection_parser()- Return type: