neclib.devices.spectrometer.simulator#

Aliases#

Random

None

Spectrometer

None

class SpectrometerSimulator[source]#

Bases: Spectrometer

Manufacturer: str = ''#
Model: str = ''#
Identifier: ClassVar[Optional[str]] = 'host'#
is_simulator: ClassVar[bool] = True#
get_spectra()[source]#

Timestamp and dict of spectral data for all boards.

Return type:

Tuple[float, Dict[int, List[float]]]

finalize()[source]#
Return type:

None