SetPinOutput Method
Sets the value for this pin to start driving.
Type: ChainRunner
Namespace: XJTAG.Integration.XJAnalyser
Syntax
public void SetPinOutput(Pin pin, PinValue value)
Parameters
Exceptions
- RuntimeException
This pin could not be driven, or the given PinValue was not a valid write value.
- System.ObjectDisposedException
The ChainRunner has already been disposed.
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.
XJTAG v4.2.5
