|
<html>
<p align="center">Instruments
Model:
<SCRIPT LANGUAGE="VBScript">
Set MyScope =
CreateObject("VektrexScope.VektrexScope")
MyScope.Initialize "VektrexScope",
True, True, "simulate=true"
Model =
MyScope.Identity.InstrumentModel
document.write Model
MyScope.Close
</Script>
</p>
</html> |