
Automation Command and Query Reference Manual - Control Reference
Set a timeout, in units of seconds, used to auto-dismiss modal dialogs, with their default responses.
app.Utility.DateTimeSetup
This set of variables controls user the date and time setup. In addition to manual controls for hh/mm/ss, dd/mm/yy,
there is the ability to set the time and date from an Internet clock using the SNTP protocol.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set time/date from the NIST Internet clock
app.Utility.DateTimeSetup.SetFromSNTP
Reads the current date and time from the real-time calendar and clock.
Komentáře k této Příručce