Teledyne-lecroy PETrainer Scripting Language Reference Manual Bedienungsanleitung Seite 79

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 89
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 78
Teledyne LeCroy PETrainer Scripting Language
74
Example 2:
This command writes 16 bytes, starting from address 0x1000, into the Mem64 memory region from file
c:/mem.bin.
AddressSpace = Write {
Location = Mem64
Offset = 0x1000
Size = 0x10
LoadFrom = “c:/mem.bin”
}
Example 3:
This command writes 7 bytes, starting from address 0x1000, into the Mem64 memory region from data
specified.
AddressSpace = Write {
Location = Mem64
Offset = 0x1000
LoadFrom = ( 0x02, 0x08, 0x01, 0x03, 0x06, 0x07, 0x07 )
}
Example 4:
This command writes 48 bytes of random data, starting from address 0x10, into the IOA memory region.
AddressSpace = Write {
Location = IOA
Offset = 0x10
Size = 0x30
LoadFrom = Random
}
Seitenansicht 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 88 89

Kommentare zu diesen Handbüchern

Keine Kommentare