Difference between revisions of "MC-Basic:IdentificationStatus"

From SoftMC-Wiki
Jump to: navigation, search
m
Line 3: Line 3:
 
|SYNTAX=
 
|SYNTAX=
 
IdentificationStatus
 
IdentificationStatus
 +
 +
=== return values ===
 +
;0
 +
:not started or aborted
 +
;1
 +
:started (running)
 +
;-1
 +
:finished successfully
 +
;-2
 +
:finished with errors, because some of the quality criteria were not achieved.
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 14: Line 24:
  
 
|RANGE=
 
|RANGE=
;return values
 
: 0 = not started or aborted
 
: 1 = started (running)
 
: -1 = finished successfully
 
: -2 = finished with errors, because some of the quality criteria were not achieved.
 
  
 
|UNITS=
 
|UNITS=

Revision as of 07:57, 15 May 2012

Queries the status of the dynamic parameters identification.

Syntax

IdentificationStatus

return values

0
not started or aborted
1
started (running)
-1
finished successfully
-2
finished with errors, because some of the quality criteria were not achieved.

Availability

AMCS FW 4.9.7

Type

Long

Scope

Task or Terminal

Examples

Print IdentificationStatus

See Also