Skip to content
Snippets Groups Projects
Commit 7bd6c9e2 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

xavier :

MEAS? cmd changed. Now READ? is called instead.
parent 2684c689
No related branches found
No related tags found
No related merge requests found
......@@ -345,8 +345,12 @@ std::string KeithleySCPIProtocol::get_value (void)
std::string cmd_to_send("");
std::string tmp("");
////- This command performs a CONFIGURE and a READ?
//cmd_to_send = "MEAS?" ;
//- This command performs an INIT and then query the updated value
cmd_to_send = "MEAS?" ;
cmd_to_send = "READ?" ;
tmp = _communication_link->write_read(cmd_to_send);
//- extract all data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment