Blame view

html/Oscilloscope/CH2/5_Couplage/cmd_couplage.php 219 Bytes
c825216f   lwadbled   feat(main.php): R...
1
2
3
4
5
6
7
8
  <?php
  	/* Couplage CH2 */
  	if(array_key_exists('c2_cpl',$_POST)){
  		$c2cpl=$_POST["c2_cpl"];
  		shell_exec('lxi scpi -a '.$adresse.' "c2:cpl '.$c2cpl.'"');
  	}
  	$c2cpl=shell_exec('lxi scpi -a '.$adresse.' "c2:cpl?"');
  ?>