sweep_step_frequency

sweep_step_frequency#

method

TSL550.sweep_step_frequency(val: float = None) float[source]#

Set the size of each step in the stepwise sweep.

Sets the size of each step in the stepwise sweep when constant frequency intervals are enabled. If a new value is not provided, the current one will be returned.

The valid range is 0.00002 - 19.76219 (THz) with a minimum step of 0.00001 (THz).

Parameters:
valfloat, optional

The step size of each step in the stepwise sweep in terahertz.

Returns:
float

The set step size in THz.

Examples

>>> laser.sweep_step_frequency()
0.1
>>> laser.sweep_step_frequency(0.24)
0.24