Quantum Data 881 User Manual page 524

Video test instrument
Hide thumbs Also See for 881:
Table of Contents

Advertisement

Chapter 15 Script SDK
496
// load a format that is compatible with CVBS interface
sc.SetCmdName("FMTL /tffs0/Library/Formats/ntsc.xml");
}
// invoke the selected format
sc.Exec();
// use the format that was selected above
sc.Exec("FMTU");
// delay for 10 seconds on each interface
sc.Pause(10000);
// this will cause script to immediately exit if STOP is pressed
if (sc.Canceled())
return true;
}
return true;
}

Advertisement

Table of Contents
loading

This manual is also suitable for:

882

Table of Contents