Skip to content
Snippets Groups Projects
Commit 5f9fa583 authored by Xavier ELATTAOUI's avatar Xavier ELATTAOUI
Browse files

Release preparation

parent 315a3069
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
</parent> </parent>
<groupId>fr.soleil.lib</groupId> <groupId>fr.soleil.lib</groupId>
<artifactId>Electrometers-${aol}-${library}-${mode}</artifactId> <artifactId>Electrometers-${aol}-${library}-${mode}</artifactId>
<version>2.5.16-SNAPSHOT</version> <version>2.5.16</version>
<packaging>nar</packaging> <packaging>nar</packaging>
<name>Electrometers library</name> <name>Electrometers library</name>
<description>Electrometers library</description> <description>Electrometers library</description>
......
...@@ -489,7 +489,7 @@ void KeithleySCPIProtocol::setVSourceOutputOFF (void) ...@@ -489,7 +489,7 @@ void KeithleySCPIProtocol::setVSourceOutputOFF (void)
"KeithleySCPIProtocol::setVSourceOutputOFF()"); "KeithleySCPIProtocol::setVSourceOutputOFF()");
} }
std::string cmd_to_send ("OUTP 1"); std::string cmd_to_send ("OUTP 0");
//- send command //- send command
_communication_link->write(cmd_to_send); _communication_link->write(cmd_to_send);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment