sweep_end_frequency#
method
- TSL550.sweep_end_frequency(val: float = None) float[source]#
Sets the end frequency of a sweep.
Sets the ending frequency for subsequent sweeps. If no value is specified, the current ending frequency setting is returned.
Minimum step size is 0.00001 THz.
- Parameters:
- valfloat, optional
The ending value of the frequency sweep in THz.
- Returns:
- float
The current sweep end frequency in THz.
Examples
>>> laser.sweep_end_frequency() 183.92175 >>> laser.sweep_end_frequency(185.5447) 185.5447