Home > mrg > MRG_metstation > mrg_met_cnc.m

mrg_met_cnc

PURPOSE ^

Cleanup the metstation RS232 connection

SYNOPSIS ^

function mrg_met_cnc

DESCRIPTION ^

 Cleanup the metstation RS232 connection
 cnc = close and clear

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function mrg_met_cnc
0002 % Cleanup the metstation RS232 connection
0003 % cnc = close and clear
0004 newobjs = instrfind;
0005 fclose(newobjs);
0006 delete(newobjs);
0007 clear newobjs
0008 end

Generated on Thu 29-May-2014 21:29:53 by m2html © 2005