Teledyne LeCroy Verification Script Engine (VSE) Manual User Manual
Page 30
![background image](/manuals/353638/30/background.png)
Teledyne LeCroy
Verification Script Engine Reference Manual
Page 30 of 115
in.Split
: Signals that the transaction is a start-split or complete-split.
in.HubAddr
: Value of the Hub Address field, the USB device address of the hub supporting the specified full-
/low-speed device for this full-/low-speed transaction.
in.SC
: Value of the Start/Complete bit for the split token.
in.Port
: Value of the Port field
– the port number of the target hub for which this full-/low-speed transaction is
destined.
in.S:
Value of the Speed bit for the split token.
in.E:
Value of the End bit for the split token.
in.ET:
Value of the Endpoint Type field for the split token.
in.OTGHostId
: For USB On-The-Go transactions, indicates if the A-device is acting as the host (value of 0) or
the B-device is acting as the host (value of 1).
in.OTGErrorCode
: For USB On-The-Go transactions, indicates error code if non-zero.
in.OTGErrorCodeOffset
: For USB On-The-Go transactions with errors, indicates the offset from the first
packet in the transaction to the packet with error.
in.PayloadLength
: Length (in bytes) of the packet payload. If zero, the transaction does not have any
payload.
in.Payload
: Bit source of the transaction data payload. Note: You can extract any necessary information using
the GetNBits(), NextNBits(), or PeekNBits() function. (Refer to section 14 in the USBScriptDecodeManual.pdf.)