Teledyne-lecroy PETrainer Scripting Language Reference Manual Manual de usuario Pagina 79

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 89
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
}
Vista de pagina 78
1 2 ... 74 75 76 77 78 79 80 81 82 83 84 ... 88 89

Comentarios a estos manuales

Sin comentarios