cmd_attn.php 249 Bytes
<?php
	/* Commande Attenuation Sonde CH2 */
	if(array_key_exists('c2_sonde',$_POST)){
		$c2sonde=$_POST["c2_sonde"];
		shell_exec('lxi scpi -a '.$adresse.' "c2:attn '.$c2sonde.'"');
	}
	$c2sonde=shell_exec('lxi scpi -a '.$adresse.' "c2:attn?"');
?>