Skip to content

Commit

Permalink
#23
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Jul 1, 2020
1 parent 8da786f commit 541a9a2
Show file tree
Hide file tree
Showing 2 changed files with 475 additions and 475 deletions.
2 changes: 1 addition & 1 deletion src/eez/modules/psu/scpi/meas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ scpi_result_t scpi_cmd_measureScalarCurrentDcQ(scpi_t *context) {
}

char buffer[256] = { 0 };
strcatCurrent(buffer, channel_dispatcher::getIMonLast(*channel));
strcatFloat(buffer, channel_dispatcher::getIMonLast(*channel));
SCPI_ResultCharacters(context, buffer, strlen(buffer));

return SCPI_RES_OK;
Expand Down
Loading

0 comments on commit 541a9a2

Please sign in to comment.