Agilent Technologies InfiniiVision 3000 DSO-X 3054A Manuel de service Page 197

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 970
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 196
:ACQuire Commands 7
Agilent InfiniiVision 3000 X-Series Oscilloscopes Programmer's Guide 197
For lngI = lngSegments To 1 Step -1
' Set the segmented memory index.
myScope.WriteString ":ACQuire:SEGMented:INDex " + CStr(lngI)
myScope.WriteString ":ACQuire:SEGMented:INDex?"
strQueryResult = myScope.ReadString
Debug.Print "Acquisition memory segment index: " + strQueryResult
' Display the segment time tag.
myScope.WriteString ":WAVeform:SEGMented:TTAG?"
dblTimeTag = myScope.ReadNumber
Debug.Print "Segment " + CStr(lngI) + " time tag: " _
+ FormatNumber(dblTimeTag, 12)
Next lngI
Exit Sub
VisaComError:
MsgBox "VISA COM Error:" + vbCrLf + Err.Description
End Sub
Vue de la page 196
1 2 ... 192 193 194 195 196 197 198 199 200 201 202 ... 969 970

Commentaires sur ces manuels

Pas de commentaire