Sepasoft MES Module Suite
system.mes.spc.sample.data.unapprove(sampleUUID)
Use to unapprove a previously approved sample.
Unapproved samples are not shown in the control charts or included in the data during automatic signal evaluation.
Syntax
system.mes.spc.sample.data.unapprove(sampleUUID)
- Parameters
String sampleUUID - The UUID to an existing sample to unapprove.
- Returns
Nothing
- Scope
All
Code Examples
Python |
system.mes.spc.sample.unapprove('8e117278-a7bc-454e-b3a7-0d5fe17e38ac') |
Sepasoft MES Module Suite