InspectionCounter module

filename:InspectionCounter.py
author:roar@tordivel.no
requirements:Scorpion 9.0.0.520 or higher

Scorpion plugin panel for simple inspection counting

1.0.0.3, 11nov2015, RL: modified for autodoc
1.0.0.2, 06sep2012, RL:
  removed print statements
  added header and version
1.0.0.1, 12jul2011, RL:
  created
class InspectionCounter.InspectionCounterPlugin(cntr, name)[source]

Bases: object

__str__()[source]

return a unique persistance name for host application storage

getConfig()[source]

returns plugin configuration as string

setConfig(value)[source]

set plugin configuration from the string ‘value’

beforeStart()[source]

reset inspection counter

afterStop()[source]

signal stopped

afterInspect(Result)[source]

increment counter and update panel

InspectionCounter.CreatePlugin(hWnd, name='')[source]

Scorpion Plugin Stub - Required