12 device emulation settings, 13 generation settings syntax, Device emulation settings – Teledyne LeCroy Voyager Exerciser Generation Script Language Manual User Manual

Page 38: Generation settings syntax

Advertising
background image

Teledyne LeCroy

Voyager USB 3.0 Exerciser Generation Script Language Reference Manual

29

7.12 Device Emulation Settings

The following Device Emulation settings are supported:

UseAssignedAddress Used to specify whether the Address field in all applicable script

instructions uses the address assigned to the device by the Host
during Device Emulation.

The Address value is supplied by the Device Framework Handler.

The setting value is the 1-based index of the device from which to
use the assigned address.

In this version, the only values supported are:
1 = Use emulated device.
0 = Use the address programmed by the script.

Default value is 0.


7.13 Generation Settings Syntax

The syntax for generation numeric and string settings is:

Set NumericSetting = numeric value

Set StringSetting = "string value"

Examples

Set

PktDelay =

2000

# decimal

Set

PwrStateAccept =

_110

# binary

Set

PwrStateAccept =

0x7

# hexadecimal


Advertising