UG-1673
Rev. 0 | Page 16 of 29
The register commands can be loaded with either the register
name or the register address, as shown in the simple examples
in the file. The commands are loaded sequentially. Create the
sequence of write commands using a text editor. Ensure that the
exact syntax is copied and match the register names with those
in the data sheet to prevent errors reported in the activity log.
Give the script a unique name. When the
SftPd Down&Up
routine is selected, see the following example:
{
Name: SftPd Down&Up,
RegisterAccesses: [
{
MemoryMap : GEPhy,
RegisterName: SftPd,
Value: 1
},
{
MemoryMap : GEPhy,
RegisterName: SftPd,
Value: 0
},
]
},