ALP4.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:ALP4lib 作者: wavefronthsaping 项目源码 文件源码
def DevControl(self, controlType,value):
        '''
        This  function  is used to  change  the  display  properties  of  the  ALP.  
        The  default  values  are  assigned during device allocation by AllocateSequence.

        Usage: Control(self, controlType, value)

        PARAMETERS
        ----------

        controlType: ctypes c_ulong
                     Specifies the type of value to set.

        SEE ALSO
        --------
        See AlpDevControl in the ALP API description for control types.
        '''
        self._checkError(self._ALPLib.AlpDevControl(self.ALP_ID, controlType, ct.c_long(value)),'Error sending request.')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号