SetUnitJudge
Sets judge value of a processing unit
SetUnitJudge <unitNo>, <judge>[, <totalJudgeRefrect>]
Parameters
<unitNo>
|
Processing unit number
|
<judge>
|
Judgement result to be set
|
<totalJudgeRefrect>
|
Whether or not reflected on the overall judgement
|
Return Value
None.
Description
Sets the judgement result of the relevant processing unit.
The processing unit-number to be set is specified for the argument <unitNo>.
To the argument <judge> as a judgment result of the setting.
The following judgement result values can be set.
JUDGE_NC
|
No judgement (unmeasured)
|
JUDGE_OK
|
Judgement result OK
|
JUDGE_NG
|
Judgement result NG
|
JUDGE_IMAGEERROR
|
Judgement result error (image format mismatch)
|
JUDGE_MODELERROR
|
Judgement result error (unregistered model)
|
JUDGE_MEMORYERROR
|
Judgement result error (insufficient memory)
|
It is specified for the argument <totalJudgeRefrect>(possible to omit) whether to reflect the judgment result of the setting in the total judgment result by either of the following value.
False
|
reflected
|
True
|
not reflected
|
Notes