Up | Built-in Python Classes | Scorpion Module | Dialogs | Unsupported Modules

ScorpionEx.py | SetValue | GetValue | SetConfigValue | GetConfigValue | GetImageMatr | DecimateMatr | RegisterCallback | RegisterPlugin | RegisterUserManager | PluginChanged | ExecuteCmd | Other
 

  

 
Scorpion Module

The built-in Scorpion Module provides many functions for Scorpion users.

Example 1: Import Scorpion Module

def ExploreScorpionModule():
  """print all functions in builtin Scorpion Module"""
  import Scorpion
  print '*** Scorpion Module for %s ***'%GetStringValue('System.Version')
  col=0
  line=''
  for d in dir(Scorpion):
    line+='%-27s'%d
    col+=1
    if col==4:
       print line
       col=0
       line=''

*** Scorpion Module for 15.0.0.764 ***

AddTraceMessage AxisAngleToEuler AxisAngleToQuaternion BaseTool
Bevel BitBtn Bitmap BitmapVideoWriter
Button Camera CameraCalibrationTool CameraCalibrator
CameraImage CameraImages Cameras CaptionPanel
CentralPluginPage CheckBox ClearOverlay Clipboard
ClosePolygon ColorDialog ComboBox Component
Control ControlVideoWriter CreateBitmapVideoWriter CreateControlVideoWriter
CreateDialog CreateForm CreateGLSceneObject CreateOKCancelDialog
CreateSharedMemoryMonitor CreateSharedStringMonitor CreateVideo CreateVideoWriter
Curve CurveData CurveDialog CurveView
CustomPage CustomPageScrollBox DataInput DataInputDialog
DataInputParameter DataInputScrollBox DecimateMatr DecodeTdvCmd
DelVar Dialog DrawAt DrawBitmap
DrawCircle DrawCircle3D DrawCube3D DrawCylinder3D
DrawLine DrawLineEx DrawLineEx3D DrawMarker
DrawMarker3D DrawMarkers DrawObject3D DrawPolygon
DrawPolygon3D DrawRect DrawRectEx DrawRectEx3D
DrawText DrawText3D Edit EditScript
EncodeTdvCmd EulerToAxisAngle EulerToQuaternion EventsDlg
Execute ExecuteCmd FindFiles Font
FontDialog Form Frame GLSceneObject
GetBaseTool GetBevel GetBitBtn GetBitmap
GetBoolValue GetButton GetCallbackStat GetCamera
GetCameraCalibrationTool GetCameraCalibrator GetCameraImage GetCameraImages
GetCameras GetCaptionPanel GetCentralPluginPage GetCheckBox
GetClipboard GetComboBox GetComponent GetConfigValue
GetControl GetControlByHandle GetCurSource GetCurTool
GetCurve GetCurveData GetCurveView GetCustomPage
GetCustomPageScrollBox GetDataInput GetDataInputParameter GetDataInputScrollBox
GetDirList GetEdit GetFileList GetFloatValue
GetFont GetFrame GetGroupBox GetHostSheet
GetImage GetImageBuffer GetImageMatr GetImageMatrDim
GetImageMatrInfo GetImageView GetImageViewCustomPanel GetImageViewer2D
GetImageViewer3D GetImages GetIndicatorPanel GetIndicatorPanelMatrix
GetIntValue GetLabel GetListBox GetLog
GetMemo GetMenuItem GetOverlay GetOverlayCircle
GetOverlayImageView GetOverlayItem GetOverlayLine GetOverlayMarker
GetOverlayMgr GetOverlayPolygon GetOverlayRect GetOverlayText
GetPageAdmin GetPageControl GetPanel GetParameterPanel
GetPlugin GetPluginByGUID GetPluginCallbacks GetPluginGUID
GetPluginName GetPluginZOrder GetPlugins GetRadioButton
GetResultPanel GetResultValue GetScrollBox GetSelTool
GetSharedImage GetSharedMemoryInfo GetSharedString GetSpeedButton
GetState GetStateList GetStatePanel GetStatistics
GetStringValue GetSwitchBox GetTabSheet GetTagValue
GetTimer GetTimerList GetTool GetToolBox
GetToolClassList GetToolList GetTrendView GetTrendViewClient
GetUserManager GetValid GetValue GetVar
GetWinControl GroupBox HashStat HelpDlg
HostSheet Image ImageBuffer ImageForm
ImageView ImageViewCustomPanel ImageViewer ImageViewer2D
ImageViewer3D Images IndicatorPanel IndicatorPanelMatrix
InputFloat InputInt InputStr Invalidate
Label ListBox LoadPlugin Log
LogonDialog MemMonitorReport Memo MenuItem
MergeImages MessageDlg OKCancelDialog ObjAngle
ObjToPix Overlay OverlayCircle OverlayForm
OverlayImageView OverlayItem OverlayLine OverlayMarker
OverlayMgr OverlayPolygon OverlayRect OverlayText
PageAdmin PageControl Panel ParameterPanel
PinDialog PixToObj PixToRef PluginChanged
PluginNotify PolygonCOG PolygonCircle PolygonIntersect
PolygonLength PolygonPoint PolygonRect PrintPage
PyCallable QuaternionToAxisAngle QuaternionToEuler RadioButton
RefAngle RefToPix RegisterCallback RegisterPlugin
RegisterUserManager ReleaseSharedMemory ReleaseSharedMemoryMonitor ResamplePolygon
ResultPanel RotatePolygon RunBatch SaveScorpionColors
ScalePolygon ScrollBox SelectDirectory SelectFileOpen
SelectFileSave SelectTagname SetBackColor SetBoolValue
SetCalib SetCaptionPanelColor SetConfigValue SetFloatValue
SetImageMatr SetIntValue SetLiveVideo SetPalette
SetPluginZOrder SetReference SetResultValue SetSelTool
SetSharedImage SetSharedString SetStringValue SetTagValue
SetTraceLog SetValid SetValue SetVar
ShowButtons ShowDlg ShowPrograms ShowWindows
SpbDialog SpeedButton StartMemMonitor State
StateList StatePanel Statistics StopMemMonitor
StringsDialog SwitchBox TabSheet Timer
TimerList Tool ToolBox ToolClassList
ToolList ToolStat Transform2DTo3D Transform3DTo2D
TranslatePolygon TrendView TrendViewClient UnregisterCallback
UnregisterCallbacks UnregisterPlugin UnregisterPlugins VideoWriter
WinControl __doc__ __name__ __package__



Scorpion Vision Version XV  : Build 764 - Date: 20200529
Scorpion Vision Software® is a registered trademark of Tordivel AS.
Copyright © 2000 - 2020 Tordivel AS.