Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Application Server

IsGood()

  • Last UpdatedMay 10, 2016
  • 1 minute read

Returns a Boolean value indicating if the quality of the specified attribute is Good.

Category

Miscellaneous

Syntax

BooleanResult = IsGood( Attribute1, Attribute2, … );

Parameter(s)

Attribute1, Attribute2, and so on

Name of the attribute(s) for which you want to determine Good quality. You can include a variable-length list of attributes.

Return Value

If all of the specified attributes have Good quality, then true is returned. Otherwise, false is returned.

Examples

IsGood(TIC101.PV);

IsGood(TIC101.PV, PIC102.PV);

See Also

IsBad(), IsInitializing(), IsUncertain(), IsUsable()

In This Topic
TitleResults for “How to create a CRG?”Also Available in