ulink_calculate_frequency() function
Calculate frequency for a given delay value. Similar to the #ulink_calculate_delay function, this function calculates the TCK frequency for a given delay value by using linear equations of the form: t = k * x + d (t = period, k = constant, x = delay value, d = constant)
Arguments
type
for which command to calculate the delay value.
delay
delay value for which to calculate the resulting TCK frequency.
Return value
the resulting TCK frequency