Skip to content
Snippets Groups Projects
Commit 4a81c255 authored by ELATTAOUI's avatar ELATTAOUI
Browse files

minor change : cmd reset (*RST) added for DDCs.

parent 8c038833
Branches
Tags
No related merge requests found
......@@ -11,9 +11,14 @@
//
// $Author: xavela $
//
// $Revision: 1.17 $
// $Revision: 1.18 $
//
// $Log: not supported by cvs2svn $
// Revision 1.17 2009/03/18 10:25:29 xavela
// xavier :
// - Novelec part updated and tested !
// - +no more compilation warnings
//
// Revision 1.16 2009/03/10 10:28:52 xavela
// xavier:
// range values ordered
......
......@@ -377,9 +377,11 @@ std::string::size_type posEnd;
// ============================================================================
void KeithleyDDCProtocol::reset (void)
{
std::stringstream cmd_to_send;
//- send command to return to default conditions !!
// cmd_to_send << "*RST" << std::ends;
_communication_link->clear();
cmd_to_send << "*RST" << std::ends;
_communication_link->write(cmd_to_send.str());
}
// ============================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment