Teledyne-lecroy PETrainer Scripting Language Reference Manual Instrukcja Użytkownika Strona 49

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 89
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 88 89

Komentarze do niniejszej Instrukcji

Brak uwag