Skip to main content

system.kanoa.quality.config.getChecks(paramsDict)

Returns the check items for the given parameters. paramsDict keys are optional.


Parameters

paramsDict Dictionary

- chkItemGroupIdInteger
- chkItemGroupNameString
- chkItemIdInteger
- chkItemNameString
- chkItemTypeIdInteger
- chkItemTypeNameString
- chkNameString
- chkShtIdInteger
- dataTypeIdInteger
- dataTypeNameString
- dynamicBooleanIf true, this check item will only be taken if a specification is found for it
- enabledBoolean
- isNumericBoolean
- persistenceBooleanDetermines if the last value taken for this check item carries over to the next check
- pickListIdInteger
- pickListNameString

Returns

checkData pyDataset


Example

paramsDict = {'chkShtId': 1}
checkData = system.kanoa.quality.config.getChecks(paramsDict)