source: trigger/VME.py@ 787

Last change on this file since 787 was 52, checked in by rissim, 15 years ago
trigger software (VME) v1
File size: 2.0 KB
Line 
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
5import _VME
6
7def _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
18def _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
23import types
24try:
25 _object = types.ObjectType
26 _newclass = 1
27except AttributeError:
28 class _object : pass
29 _newclass = 0
30del types
31
32
33
34VME_Open = _VME.VME_Open
35
36VME_Close = _VME.VME_Close
37
38VME_ErrorPrint = _VME.VME_ErrorPrint
39
40V560_Open = _VME.V560_Open
41
42V560_Send_Scale_Increment = _VME.V560_Send_Scale_Increment
43
44V560_Set_Veto = _VME.V560_Set_Veto
45
46V560_Reset_Veto = _VME.V560_Reset_Veto
47
48V560_Clear_Scales = _VME.V560_Clear_Scales
49
50V560_Read_Request_Register = _VME.V560_Read_Request_Register
51
52V560_Write_Request_Register = _VME.V560_Write_Request_Register
53
54V560_Clear_VME_Interrupt = _VME.V560_Clear_VME_Interrupt
55
56V560_Read_Counter = _VME.V560_Read_Counter
57
58V560_Print_Info = _VME.V560_Print_Info
59
60V560_Close = _VME.V560_Close
61
62V812_Open = _VME.V812_Open
63
64V812_Set_Threshold = _VME.V812_Set_Threshold
65
66V812_Set_Pattern_Inhibit = _VME.V812_Set_Pattern_Inhibit
67
68V812_Set_Pattern_Inhibit_Hex = _VME.V812_Set_Pattern_Inhibit_Hex
69
70V812_Set_Output_Width = _VME.V812_Set_Output_Width
71
72V812_Set_Dead_Time = _VME.V812_Set_Dead_Time
73
74V812_Set_Majority_Level = _VME.V812_Set_Majority_Level
75
76V812_Set_Majority_Threshold = _VME.V812_Set_Majority_Threshold
77
78V812_Test_Pulse = _VME.V812_Test_Pulse
79
80V812_Print_Info = _VME.V812_Print_Info
81
82V812_Close = _VME.V812_Close
83
Note: See TracBrowser for help on using the repository browser.