EasyManua.ls Logo

Quantum Data 881 - Page 556

Quantum Data 881
1144 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
178 Chapter 15 Script SDK
// 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;
}

Table of Contents

Related product manuals