SetInitialCircuitTckFrequency Method

Sets the initial TCK frequency (in Hz) for the associated project.

Type: Runner

Namespace: XJTAG.Integration.XJRunner

Syntax

public void SetInitialCircuitTckFrequency(int frequencyHz)

Parameters

frequencyHz

Type: int

The frequency in Hz to initially run tests at.

Exceptions

System.ArgumentException

The given value is not a valid TCK Frequency.

RuntimeException

The current project has Optimised Scans enabled so frequencies should be set per-subchain, using SetInitialSubchainTckFrequency.

System.ObjectDisposedException

The Runner has already been disposed.

Remarks

This should only be called when the project has Optimised Scans disabled. If Optimised Scans is enabled in the project, then the frequency is set per-subchain, so SetInitialSubchainTckFrequency should be used instead.