Weights

Type:Matrix<complex>
Range:[v_11, …, v_1j; …; v_i1, …; v_ij]
Default:-/-
Appearance:simple

This vector parameter is used to form a weighted sum of the multiple fields contained in the fieldbag. Multiple weight combinations can be combined into a matrix definition where every row defines an output field. A possible application is shown below. This setup could be used to combine two linearly polarized illuminations into additional circularly polarized field responses.

Weights = [1 0 ;
           0 1 ;
           1 (0, 1);
           1 (0,-1);]