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
No related branches found
No related tags found
No related merge requests found
...@@ -11,9 +11,14 @@ ...@@ -11,9 +11,14 @@
// //
// $Author: xavela $ // $Author: xavela $
// //
// $Revision: 1.17 $ // $Revision: 1.18 $
// //
// $Log: not supported by cvs2svn $ // $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 // Revision 1.16 2009/03/10 10:28:52 xavela
// xavier: // xavier:
// range values ordered // range values ordered
......
...@@ -377,9 +377,11 @@ std::string::size_type posEnd; ...@@ -377,9 +377,11 @@ std::string::size_type posEnd;
// ============================================================================ // ============================================================================
void KeithleyDDCProtocol::reset (void) void KeithleyDDCProtocol::reset (void)
{ {
std::stringstream cmd_to_send;
//- send command to return to default conditions !! //- send command to return to default conditions !!
// cmd_to_send << "*RST" << std::ends; cmd_to_send << "*RST" << std::ends;
_communication_link->clear(); _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