EndScan
MCCS Subarray Leaf Node provides API for the EndScan workflow.
The TMC MCCS Leaf Node accepts the command if:
MCCS Subarray is in observation state SCANNING.
MCCS Subarray is responsive.(TMC MCCS Leaf Nodes Availability)
The TMC MCCS Leaf Node rejects the command if:
MCCS Subarray is not in the required observation state.
MCCS Subarray is not responsive.
The following state requirements are applied for command execution:
MCCS Subarray is in observation state SCANNING.
MCCS Subarray node is available.
The command execution involves the following key operations:
The command is invoked on the MCCS Subarray.
Command outcomes:
If MCCS Subarray rejects the command, failure is reported as ‘RESULT_CODE - FAILED’ on the Long Running Command Result attribute of the TMC MCCS Leaf Node.
If MCCS Subarray accepts the command, the TMC MCCS Leaf Node waits for command completion.
The TMC MCCS Leaf Node monitors the progress of the command via Long Running Command Result:
Command is successful when the MCCS Subarray node transitions to READY observation state. This is reported as ‘RESULT_CODE - OK’ on the Long Running Command Result attribute of the TMC MCCS Subarray leaf node.
Command failure is reported in any of the following cases as ‘RESULT_CODE - FAILED’ on the Long Running Command Result attribute of the MCCS Subarray leaf node:
The MCCS Subarray reports ‘RESULT_CODE - FAILED’ on its Long Running Command Result attribute.
The command times out if the MCCS Subarray node does not transition to READY observation state within the timeout period specified by the CommandTimeOutDefault property in the Helm chart of the TMC MCCS Leaf Node.