| 1 | # This file was created automatically by SWIG.
|
|---|
| 2 | # Don't modify this file, modify the SWIG interface instead.
|
|---|
| 3 | # This file is compatible with both classic and new-style classes.
|
|---|
| 4 |
|
|---|
| 5 | import _VME
|
|---|
| 6 |
|
|---|
| 7 | def _swig_setattr(self,class_type,name,value):
|
|---|
| 8 | if (name == "this"):
|
|---|
| 9 | if isinstance(value, class_type):
|
|---|
| 10 | self.__dict__[name] = value.this
|
|---|
| 11 | if hasattr(value,"thisown"): self.__dict__["thisown"] = value.thisown
|
|---|
| 12 | del value.thisown
|
|---|
| 13 | return
|
|---|
| 14 | method = class_type.__swig_setmethods__.get(name,None)
|
|---|
| 15 | if method: return method(self,value)
|
|---|
| 16 | self.__dict__[name] = value
|
|---|
| 17 |
|
|---|
| 18 | def _swig_getattr(self,class_type,name):
|
|---|
| 19 | method = class_type.__swig_getmethods__.get(name,None)
|
|---|
| 20 | if method: return method(self)
|
|---|
| 21 | raise AttributeError,name
|
|---|
| 22 |
|
|---|
| 23 | import types
|
|---|
| 24 | try:
|
|---|
| 25 | _object = types.ObjectType
|
|---|
| 26 | _newclass = 1
|
|---|
| 27 | except AttributeError:
|
|---|
| 28 | class _object : pass
|
|---|
| 29 | _newclass = 0
|
|---|
| 30 | del types
|
|---|
| 31 |
|
|---|
| 32 |
|
|---|
| 33 |
|
|---|
| 34 | VME_Open = _VME.VME_Open
|
|---|
| 35 |
|
|---|
| 36 | VME_Close = _VME.VME_Close
|
|---|
| 37 |
|
|---|
| 38 | VME_ErrorPrint = _VME.VME_ErrorPrint
|
|---|
| 39 |
|
|---|
| 40 | V560_Open = _VME.V560_Open
|
|---|
| 41 |
|
|---|
| 42 | V560_Send_Scale_Increment = _VME.V560_Send_Scale_Increment
|
|---|
| 43 |
|
|---|
| 44 | V560_Set_Veto = _VME.V560_Set_Veto
|
|---|
| 45 |
|
|---|
| 46 | V560_Reset_Veto = _VME.V560_Reset_Veto
|
|---|
| 47 |
|
|---|
| 48 | V560_Clear_Scales = _VME.V560_Clear_Scales
|
|---|
| 49 |
|
|---|
| 50 | V560_Read_Request_Register = _VME.V560_Read_Request_Register
|
|---|
| 51 |
|
|---|
| 52 | V560_Write_Request_Register = _VME.V560_Write_Request_Register
|
|---|
| 53 |
|
|---|
| 54 | V560_Clear_VME_Interrupt = _VME.V560_Clear_VME_Interrupt
|
|---|
| 55 |
|
|---|
| 56 | V560_Read_Counter = _VME.V560_Read_Counter
|
|---|
| 57 |
|
|---|
| 58 | V560_Print_Info = _VME.V560_Print_Info
|
|---|
| 59 |
|
|---|
| 60 | V560_Close = _VME.V560_Close
|
|---|
| 61 |
|
|---|
| 62 | V812_Open = _VME.V812_Open
|
|---|
| 63 |
|
|---|
| 64 | V812_Set_Threshold = _VME.V812_Set_Threshold
|
|---|
| 65 |
|
|---|
| 66 | V812_Set_Pattern_Inhibit = _VME.V812_Set_Pattern_Inhibit
|
|---|
| 67 |
|
|---|
| 68 | V812_Set_Pattern_Inhibit_Hex = _VME.V812_Set_Pattern_Inhibit_Hex
|
|---|
| 69 |
|
|---|
| 70 | V812_Set_Output_Width = _VME.V812_Set_Output_Width
|
|---|
| 71 |
|
|---|
| 72 | V812_Set_Dead_Time = _VME.V812_Set_Dead_Time
|
|---|
| 73 |
|
|---|
| 74 | V812_Set_Majority_Level = _VME.V812_Set_Majority_Level
|
|---|
| 75 |
|
|---|
| 76 | V812_Set_Majority_Threshold = _VME.V812_Set_Majority_Threshold
|
|---|
| 77 |
|
|---|
| 78 | V812_Test_Pulse = _VME.V812_Test_Pulse
|
|---|
| 79 |
|
|---|
| 80 | V812_Print_Info = _VME.V812_Print_Info
|
|---|
| 81 |
|
|---|
| 82 | V812_Close = _VME.V812_Close
|
|---|
| 83 |
|
|---|