Teledyne-lecroy PETrainer Scripting Language Reference Manual Manuale Utente Pagina 49

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 89
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 48
Teledyne LeCroy PETrainer Scripting Language
44
6.8 Config = Definitions
Parameter
Values
Default
Comment
Any literal
Any integer, string,
payload array, or
predefined value
The defined values can be used
anywhere in the script as a parameter
value.
Only payload field supports arrays.
Example 1:
Config = Definitions {
my_register = 0x24
my_tlptype = CfgWr0
my_payload = ( 0x12345678 0xAABBCCDD 0x01020304 )
my_wait_message = “my wait”
}
Packet = TLP {
PSN = Incr
TlpType = my_tlptype
Register = my_register
Payload = my_payload
}
Config = Definitions {
my_register = 0x20
my_tlptype = CfgWr1
}
Packet = TLP {
PSN = Incr
TlpType = my_tlptype
Register = my_register
Payload = my_payload
}
wait = my_wait_message
Vedere la pagina 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 88 89

Commenti su questo manuale

Nessun commento