ImageSizePanel module

filename:ImageSizePlugin.py
author:thor@tordivel.no
requirements:Scorpion 9.0.0.492 or higher

Scorpion plugin panel for showing acquired image size

1.0.0.3, 11nov2015, RL: modified for autodoc
1.0.0.2, 12nov2011, TV: remove start message
1.0.0.1, 08oct2011, TV: created
class ImageSizePanel.Plugin(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’

configure()[source]

configure the plugin, return bool whether changed or not

beforeStart()[source]
afterStop()[source]
imageComplete(Image)[source]
afterInspect(Result)[source]

afterInspect - update panel

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

Scorpion Plugin Stub - Required