Teledyne-lecroy WaveSurfer Automation Command Manual de usuario Pagina 199

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 226
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 198
Automation Command and Query Reference Manual - Control Reference
Month
Integer
From 1 to 12 step 1
Range
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.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the month as August.
app.Utility.DateTimeSetup.Month = 8
app.Utility.DateTimeSetup.Validate
Example
Second
Integer
From 0 to 59 step 1
Range
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.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the seconds as 55.
app.Utility.DateTimeSetup.Second = 55
app.Utility.DateTimeSetup.Validate
Example
SetFromSNTP
Action
Sets the real time clock from the simple network time protocol.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set the real time clock from the simple network time protocol.
app.Utility.DateTimeSetup.SetFromSNTP
Example
1-192
918499 RevA
Vista de pagina 198
1 2 ... 194 195 196 197 198 199 200 201 202 203 204 ... 225 226

Comentarios a estos manuales

Sin comentarios