SetOutput Method

Sets the value for this pin to start driving.

Type: Pin

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public void SetOutput(PinValue outputValue)

Parameters

outputValue

Type: PinValue

The value for this pin to drive.

Exceptions

RuntimeException

This pin could not be driven, or the given PinValue was not a valid write value.

Remarks

If the chain is not currently running, then the output value will be applied to the pin in the first scan after the chain starts.