Home
last modified time | relevance | path

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

/dports/devel/py-pyvisa/PyVISA-1.11.3/pyvisa/ctwrapper/
H A Dtypes.py31 def _type_triplet(ctypes_type): function
36 ViInt64, ViPInt64, ViAInt64 = _type_triplet(_ctypes.c_int64)
38 ViInt32, ViPInt32, ViAInt32 = _type_triplet(_ctypes.c_int32)
40 ViInt16, ViPInt16, ViAInt16 = _type_triplet(_ctypes.c_short)
42 ViInt8, ViPInt8, ViAInt8 = _type_triplet(_ctypes.c_byte)
43 ViAddr, ViPAddr, ViAAddr = _type_triplet(_ctypes.c_void_p)
44 ViChar, ViPChar, ViAChar = _type_triplet(_ctypes.c_char)
45 ViByte, ViPByte, ViAByte = _type_triplet(_ctypes.c_ubyte)
46 ViBoolean, ViPBoolean, ViABoolean = _type_triplet(ViUInt16)
83 ViStatus, ViPStatus, ViAStatus = _type_triplet(ViInt32)
[all …]