Ejemplo n.º 1
0
 def fset(self, date_str):
     FrozenClass.fset_template(self, date_str, 'Date', str)
Ejemplo n.º 2
0
 def fset(self, dbms):
     FrozenClass.fset_template(self, dbms, 'LaserPower',
                               [float, int, np.float64])
Ejemplo n.º 3
0
 def fset(self, dbms):
     FrozenClass.fset_template(self, dbms, 'FiberOutput',
                               [float, int, np.float64])
Ejemplo n.º 4
0
 def fset(self, time_str):
     FrozenClass.fset_template(self, time_str, 'Time', str)
Ejemplo n.º 5
0
 def fset(self, meters):
     FrozenClass.fset_template(self, meters, 'Length',
                               [float, int, np.float64])
Ejemplo n.º 6
0
 def fset(self, amps_list):
     FrozenClass.fset_template(self,
                               amps_list,
                               'LightCurrent',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 7
0
 def fset(self, milliwats):
     FrozenClass.fset_template(self, milliwats, 'PowerAtDetector',
                               [float, int, np.float64])
Ejemplo n.º 8
0
 def fset(self, c_farad):
     FrozenClass.fset_template(self,
                               c_farad,
                               'C1',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 9
0
 def fset(self, Hz):
     FrozenClass.fset_template(self,
                               Hz,
                               'f3db_raw',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 10
0
 def fset(self, l_henri):
     FrozenClass.fset_template(self,
                               l_henri,
                               'L1',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 11
0
 def fset(self, r_ohm):
     FrozenClass.fset_template(self,
                               r_ohm,
                               'R1',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 12
0
 def fset(self, freq_float):
     FrozenClass.fset_template(self, freq_float, 'max_freq',
                               [float, int, np.float64])
Ejemplo n.º 13
0
 def fset(self, modelparamlist):
     FrozenClass.fset_template(self,
                               modelparamlist,
                               'guess',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 14
0
 def fset(self, freq_hz):
     FrozenClass.fset_template(self,
                               freq_hz,
                               'CenterFreq',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 15
0
 def fset(self, wavelength_nm):
     FrozenClass.fset_template(self, wavelength_nm, 'Wavelength',
                               [float, int, np.float64])
Ejemplo n.º 16
0
 def fset(self, loss_db):
     FrozenClass.fset_template(self, loss_db, 'InsLoss',
                               [float, int, np.float64])
Ejemplo n.º 17
0
 def fset(self, volts):
     FrozenClass.fset_template(self,
                               volts,
                               'Bias',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 18
0
 def fset(self, length_mm):
     FrozenClass.fset_template(self, length_mm, 'Length',
                               [float, int, np.float64])
Ejemplo n.º 19
0
 def fset(self, response_list):
     FrozenClass.fset_template(self,
                               response_list,
                               'Responsivity',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 20
0
 def fset(self, temp_degc):
     FrozenClass.fset_template(self, temp_degc, 'Temperature',
                               [float, int, np.float64])
Ejemplo n.º 21
0
 def fset(self, dbs):
     FrozenClass.fset_template(self, dbs, 'GratingLoss',
                               [float, int, np.float64])
Ejemplo n.º 22
0
 def fset(self, poly_coeffs):
     FrozenClass.fset_template(
         self,
         poly_coeffs,
         'Poly', [list, np.ndarray],
         el_dtype=[float, int, np.float64, np.int32])
Ejemplo n.º 23
0
 def fset(self, microns):
     FrozenClass.fset_template(self, microns, 'FiberShift',
                               [float, int, np.float64])
Ejemplo n.º 24
0
 def fset(self, name_str):
     FrozenClass.fset_template(self, name_str, 'Name', [str])