finesse.frequency.Fsig

Overview

class finesse.frequency.Fsig(name, *args, **kwargs)

Bases: ModelElement

This element represents the signal frequency (fsig) used in a model. It is a unique element, which means only one can be added to any given model. This is done automatically with the name fsig. It has a single parameter f for the frequency of the signal.

The signal frequency must be set by the user to enable transfer functions and noise projections to be simulated.

Parameters
namestr

Name of this element

f[float|None]

Signal frequency to use in a model [Hz]. If set to None then no signal frequencies will be modelled in the simulation.