Fix definition of PS5000A_CHANNEL_INFO enum
This commit is contained in:
parent
e6f88f11ac
commit
9a9924756d
@ -1,7 +1,5 @@
|
||||
; ltrace.conf
|
||||
|
||||
typedef PS5000A_CI_RANGES = void* ; TODO: could not find the definition
|
||||
|
||||
typedef PS5000A_CHANNEL_FLAGS = enum(PS5000A_CHANNEL_A_FLAGS=1, PS5000A_CHANNEL_B_FLAGS=2, PS5000A_CHANNEL_C_FLAGS=4, PS5000A_CHANNEL_D_FLAGS=8, PS5000A_PORT0_FLAGS=65536, PS5000A_PORT1_FLAGS=131072, PS5000A_PORT2_FLAGS=262144, PS5000A_PORT3_FLAGS=524288)
|
||||
typedef PS5000A_RANGE = enum(PS5000A_10MV, PS5000A_20MV, PS5000A_50MV, PS5000A_100MV, PS5000A_200MV, PS5000A_500MV, PS5000A_1V, PS5000A_2V, PS5000A_5V, PS5000A_10V, PS5000A_20V, PS5000A_50V, PS5000A_MAX_RANGES)
|
||||
typedef PS5000A_COUPLING = enum(PS5000A_AC, PS5000A_DC)
|
||||
|
Loading…
Reference in New Issue
Block a user