Teledyne-lecroy WaveSurfer Automation Command Manual de usuario Pagina 217

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 226
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 216
Automation Command and Query Reference Manual - Processor Reference
Initiates a clear sweeps action for the roof function trace Fx.
Description
LimitNumSweeps
Bool
Sweeps
Integer
From 1 to 1000000 step 1
Range
Sets/Queries the maximum number of sweeps for the Roof function trace Fx.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set function trace F2 to roof.
app.Math.F2.Operator1 = "Roof"
' Set the maximum number of sweeps to 150.
app.Math.F2.Operator1Setup.Sweeps = 150
Example
AMPLITUDE
app.Measure.Px.Operator (ParamEngine = "Amplitude")
AREA
app.Measure.Px.Operator (ParamEngine = "Area")
Calculates the area of the input waveform relative to zero.
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P1 to area.
app.Measure.P1.View = True
app.Measure.P1.MeasurementType = "measure"
app.Measure.P1.ParamEngine = "Area"
app.Measure.P1.Source1 = "C1"
' Enable cycli
Example
Cyclic
Bool
Enables/Disables cyclic calculation of area parameter Px, that is calculated using a whole number of
cycles of the signal.
Note: the HelpMarkers aid in observing over which region of the waveform the measurement is made.
Description
Cyclic
Bool
2-8
918499 RevA
Vista de pagina 216
1 2 ... 212 213 214 215 216 217 218 219 220 221 222 ... 225 226

Comentarios a estos manuales

Sin comentarios