Changed 'send' command to 'DISP?'

This commit is contained in:
John Winans
1996-06-06 21:20:08 +00:00
parent 391565de5c
commit 8c55790b98
2 changed files with 2 additions and 2 deletions

View File

@@ -258,7 +258,7 @@ static struct gpibCmd gpibCmds[] =
NULL, 0, 0, userOffOn, &offOn, -1},
/* Param 6 send a reading from the display */
{&DSET_AI, GPIBREAD, IB_Q_LOW, "send", "%lf", 0, 32,
{&DSET_AI, GPIBREAD, IB_Q_LOW, "DISP?", "%lf", 0, 32,
NULL, 0, 0, NULL, NULL, -1}
};

View File

@@ -258,7 +258,7 @@ static struct gpibCmd gpibCmds[] =
NULL, 0, 0, userOffOn, &offOn, -1},
/* Param 6 send a reading from the display */
{&DSET_AI, GPIBREAD, IB_Q_LOW, "send", "%lf", 0, 32,
{&DSET_AI, GPIBREAD, IB_Q_LOW, "DISP?", "%lf", 0, 32,
NULL, 0, 0, NULL, NULL, -1}
};