ALP4.py 文件源码

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

项目:ALP4lib 作者: wavefronthsaping 项目源码 文件源码
def DevControlEx(self, controlType, userStruct):
        '''
        Data objects that do not fit into a simple 32-bit number can be written using this function. Meaning and 
        layout of the data depend on the ControlType.

        Usage: Control(self, controlType, value)

        PARAMETERS
        ----------

        controlType : ctypes c_ulong
                      Specifies the type of value to set.
        userStruct : tAlpDynSynchOutGate structure 
                     It contains synch parameters.


        SEE ALSO
        --------

        See AlpDevControlEx in the ALP API description for control types.
        '''
        self._checkError(self._ALPLib.AlpDevControlEx(self.ALP_ID,  controlType, userStruct.byref()),'Error sending request.')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号