SimpleBatchControlPlugin module

filename:SimpleBatchControl.py
author:roar@tordivel.no
requirements:Scorpion 10.0.0.536 or higher

The SimpleBatchControl class is a simple user interface to start/stop batches in Scorpion and giving easy access to batch name and image storage folder for the profile

  • startBatch
  • stopBatch
  • explore
1.0.0.2, 11nov2015, RL: modified for autodoc
1.0.0.1, 02may2012,  RL:
  created
  based on BatchControlPlugin 1.0.0.5
class SimpleBatchControlPlugin.SimpleBatchController(cntr, name)[source]

Bases: object

The SimpleBatchControl class is a simple user interface to start/stop batches in Scorpion and giving easy access to batch name and image storage folder for the profile

  • startBatch
  • stopBatch
  • explore
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

batchChange(sender, args)[source]

update batch tag

actionsBeforeStart()[source]

change button caption and disable controls

actionsAfterStop()[source]

change button caption and enable controls

systemQueryStop()[source]

acknowlegde stop

startClick(sender, args)[source]

start or stop

inspectClick(sender, args)[source]

start or stop

exploreClick(sender, args)[source]

launch explorer in video folder

cntrResize(sender, args)[source]

reposition explore button and resize batch edit

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

Scorpion Plugin Stub - Required