Blame view

html/Oscilloscope/CH1/2_Attn/cmd_attn.php 249 Bytes
c825216f   lwadbled   feat(main.php): R...
1
2
3
4
5
6
7
8
  <?php
  	/* Commande Attenuation Sonde CH1 */
  	if(array_key_exists('c1_sonde',$_POST)){
  		$c1sonde=$_POST["c1_sonde"];
  		shell_exec('lxi scpi -a '.$adresse.' "c1:attn '.$c1sonde.'"');
  	}
  	$c1sonde=shell_exec('lxi scpi -a '.$adresse.' "c1:attn?"');
  ?>