Condition_Quality
Description
Checks whether the specified object has the given quality (S1).
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The object to validate (Self or Target). |
| CompareType | Type of comparison operation (Equal or NotEqual). |
| S1 | Quality value to compare (EB1Quality: Bad, Fair, Good, High, Superb). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Checks whether target object quality is Good. | Target | Quality | Equal | Good |
| Checks whether self object quality is NOT Bad. | Self | Quality | NotEqual | Bad |
Back to Command FinderSearch and filter all 491 Script Condition documents