Skip to content

Commit

Permalink
agilent-dmm: Add Agilent U1237AX (completely untested).
Browse files Browse the repository at this point in the history
  • Loading branch information
uwehermann committed Dec 27, 2019
1 parent e47e233 commit f0362f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hardware/agilent-dmm/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ static const struct agdmm_profile supported_agdmm[] = {
{ AGILENT_U1271, "U1271A", 3, agdmm_jobs_live, NULL, agdmm_recvs_u127x },
{ AGILENT_U1272, "U1272A", 3, agdmm_jobs_live, NULL, agdmm_recvs_u127x },
{ AGILENT_U1273, "U1273A", 3, agdmm_jobs_live, NULL, agdmm_recvs_u127x },
{ AGILENT_U1273AX, "U1273AX", 3, agdmm_jobs_live, NULL, agdmm_recvs_u127x },

{ KEYSIGHT_U1281, "U1281A", 3, agdmm_jobs_live, agdmm_jobs_log, agdmm_recvs_u128x },
{ KEYSIGHT_U1282, "U1282A", 3, agdmm_jobs_live, agdmm_jobs_log, agdmm_recvs_u128x },
Expand Down
1 change: 1 addition & 0 deletions src/hardware/agilent-dmm/protocol.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ enum {
AGILENT_U1271,
AGILENT_U1272,
AGILENT_U1273,
AGILENT_U1273AX,

KEYSIGHT_U1281,
KEYSIGHT_U1282,
Expand Down

0 comments on commit f0362f5

Please sign in to comment.