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