finesse.model.Model.add_fd_to_every_node¶
- Model.add_fd_to_every_node(freq=0)[source]¶
 Adds a FieldDetector at every optical node in model at a given frequency The name of each FieldDetector is automatically generated using the following pattern:
E_<component>_<port>_<node>- Parameters
 - fscalar, 
ParameterorParameterRef Frequency of the field to detect.
- fscalar, 
 - Returns
 - detslist
 A list of all the field detector instances added to the model.