Ejemplo n.º 1
0
 def fset(self, loss_db):
     FrozenClass.fset_template(self, loss_db, 'InsLoss',
                               [float, int, np.float64])
Ejemplo n.º 2
0
 def fset(self, dbs):
     FrozenClass.fset_template(self, dbs, 'GratingLoss',
                               [float, int, np.float64])
Ejemplo n.º 3
0
 def fset(self, time_str):
     FrozenClass.fset_template(self, time_str, 'Time', str)
Ejemplo n.º 4
0
 def fget(self):
     return FrozenClass.fget_template(self, 'PowerAtDetector')
Ejemplo n.º 5
0
 def fset(self, milliwats):
     FrozenClass.fset_template(self, milliwats, 'PowerAtDetector',
                               [float, int, np.float64])
Ejemplo n.º 6
0
 def fget(self):
     return FrozenClass.fget_template(self, 'LightCurrent')
Ejemplo n.º 7
0
 def fget(self):
     return FrozenClass.fget_template(self, 'Responsivity')
Ejemplo n.º 8
0
 def fget(self):
     return FrozenClass.fget_template(self, 'Poly')
Ejemplo n.º 9
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.º 10
0
 def fget(self):
     return FrozenClass.fget_template(self, 'Temperature')
Ejemplo n.º 11
0
 def fset(self, temp_degc):
     FrozenClass.fset_template(self, temp_degc, 'Temperature',
                               [float, int, np.float64])
Ejemplo n.º 12
0
 def fset(self, length_mm):
     FrozenClass.fset_template(self, length_mm, 'Length',
                               [float, int, np.float64])
Ejemplo n.º 13
0
 def fget(self):
     return FrozenClass.fget_template(self, 'SixdBBW')
Ejemplo n.º 14
0
 def fget(self):
     return FrozenClass.fget_template(self, 'TwodBHi')
Ejemplo n.º 15
0
 def fget(self):
     return FrozenClass.fget_template(self, 'Bias')
Ejemplo n.º 16
0
 def fget(self):
     return FrozenClass.fget_template(self, 'LaserPower')
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, dbms):
     FrozenClass.fset_template(self, dbms, 'LaserPower',
                               [float, int, np.float64])
Ejemplo n.º 19
0
 def fset(self, amps_list):
     FrozenClass.fset_template(self,
                               amps_list,
                               'LightCurrent',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 20
0
 def fget(self):
     return FrozenClass.fget_template(self, 'FiberOutput')
Ejemplo n.º 21
0
 def fset(self, response_list):
     FrozenClass.fset_template(self,
                               response_list,
                               'Responsivity',
                               list,
                               el_dtype=[float, int, np.float64])
Ejemplo n.º 22
0
 def fset(self, dbms):
     FrozenClass.fset_template(self, dbms, 'FiberOutput',
                               [float, int, np.float64])
Ejemplo n.º 23
0
 def fget(self):
     return FrozenClass.fget_template(self, 'Time')
Ejemplo n.º 24
0
 def fset(self, date_str):
     FrozenClass.fset_template(self, date_str, 'Date', str)
Ejemplo n.º 25
0
 def fget(self):
     return FrozenClass.fget_template(self, 'GratingLoss')
Ejemplo n.º 26
0
 def fget(self):
     return FrozenClass.fget_template(self, 'Wavelength')
Ejemplo n.º 27
0
 def fget(self):
     return FrozenClass.fget_template(self, 'FiberShift')
Ejemplo n.º 28
0
 def fset(self, wavelength_nm):
     FrozenClass.fset_template(self, wavelength_nm, 'Wavelength',
                               [float, int, np.float64])
Ejemplo n.º 29
0
 def fset(self, microns):
     FrozenClass.fset_template(self, microns, 'FiberShift',
                               [float, int, np.float64])
Ejemplo n.º 30
0
 def fget(self):
     return FrozenClass.fget_template(self, 'InsLoss')