Home
last modified time | relevance | path

Searched refs:_type_pair (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/ctwrapper/
H A Dtypes.py27 def _type_pair(ctypes_type): function
32 return _type_pair(ctypes_type) + (_ctypes.POINTER(ctypes_type),)
108 ViAccessMode, ViPAccessMode = _type_pair(ViUInt32)
109 ViBusAddress, ViPBusAddress = _type_pair(ViUInt32)
110 ViBusAddress64, ViPBusAddress64 = _type_pair(ViUInt64)
114 ViAttrState, ViPAttrState = _type_pair(ViUInt32)
126 ViFindList, ViPFindList = _type_pair(ViObject)
127 ViEvent, ViPEvent = _type_pair(ViObject)
128 ViJobId, ViPJobId = _type_pair(ViUInt32)