Teledyne-lecroy WaveSurfer Automation Command Manual do Utilizador Página 221

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 226
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 220
Automation Command and Query Reference Manual - Processor Reference
RefLevelType
Enum
Sets/Queries the unit of measurement for the test level of the reference trace.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P1 to phase difference.
app.Measure.P1.ParamEngine = "Phase"
' Set the reference level to be measured in absolute units.
app.Measure.P1.Operator.RefLevelType = "Absolute"
Example
Values
Absolute
Percent
RefPercentLevel
Double
From 0 to 100 step 1
Range
Sets/Queries the test level for the reference trace in percent.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P3 to phase difference.
app.Measure.P3.ParamEngine = "Phase"
' Set the reference test level in percent.
app.Measure.P3.Operator.RefPercentLevel = 55
Example
RefSlope
Enum
Sets/Queries the polarity of the measured reference transitions.
Description
' Visual Basic Script
Set app = CreateObject("LeCroy.XStreamDSO")
' Set parameter P1 to phase difference.
app.Measure.P1.ParamEngine = "Phase"
' Set the reference slope to negative.
app.Measure.P1.Operator.RefSlope = "Neg"
Example
Values
Both
Neg
Pos
2-12
918499 RevA
Vista de página 220

Comentários a estes Manuais

Sem comentários