FNCC Scripts
Scripts for the FNCC.
- 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:
- get_fncc_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 “get-fncc-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:
- get_fncc_status()
Print the FNCC status.
This script is registered as a package entrypoint and can be invoked on the command line under the name “get-fncc-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:
- set_fncc_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 “set-fncc-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: