
Automation Command and Query Reference Manual - Control Reference
Sets/Queries the month setting of the real-time clock as a number.
The value will not be accepted by the clock until app.Utility.DateTimeSetup.Validate
is sent. All time/date controls are validated at the same time.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the month as August.
app.Utility.DateTimeSetup.Month = 8
app.Utility.DateTimeSetup.Validate
Sets/Queries the seconds setting of the real-time clock as a number.
The value will not be accepted by the clock until app.Utility.DateTimeSetup.Validate
is sent. All time/date controls are validated at the same time.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the seconds as 55.
app.Utility.DateTimeSetup.Second = 55
app.Utility.DateTimeSetup.Validate
Sets the real time clock from the simple network time protocol.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the real time clock from the simple network time protocol.
app.Utility.DateTimeSetup.SetFromSNTP
Comentarios a estos manuales