예제 #1
0
    def select(self, match):
        """Match orb source-names"""

	try:

            ret = _orb._orbselect(self._orbfd, match)

	except _orb._ElogException, _e: 

            stock._raise_elog(_e)
예제 #2
0
    def select(self, match):
        """Match orb source-names"""

        try:

            ret = _orb._orbselect(self._orbfd, match)

        except _orb._ElogException, _e:

            stock._raise_elog(_e)
예제 #3
0
파일: orb.py 프로젝트: n1ywb/mi-instrument
 def select(self, match):
     check_error(_orb._orbselect(self._fd, match), SelectError)
     return self
예제 #4
0
    def select(self, match):
        """Match orb source-names"""

        return _orb._orbselect(self._orbfd, match)
예제 #5
0
 def select(self, match):
     check_error(_orb._orbselect(self._fd, match), SelectError)
     return self