Nova
- class pymeasure.instruments.ophir.nova.Nova(adapter, name='Nova', **kwargs)
Bases:
KeyMixin,NovaEnums,OphirCommunicationFor the older Nova device.
Does not support most commands, only: AT, BC, BM, DI, EF, ER, FE, FO, FP, FS, FZ, HI, HT, II, KL, LI, LR, LS, RE, RN, SE, SF, SI, SK, SL, SP, VE, WL, WN, WW
- property diffuser: Any
Control pyroelectric sensors diffuser.
- property energy: Any
Get the most recent energy measurement in J.(dynamic)
- property energy_flag: Any
Get whether a new energy measurement arrived.
- property energy_ready: Any
Get whether the sensor is ready for a new energy measurement.
- property energy_timeout: float
Control the timeout in ms waiting for an energy signal.
- property frequency: Any
Get latest frequency in Hz.
- property head_information: HeadInfo
Get information about the sensor head.
- property head_type: Any
Get the more specific head type.
- property id: Any
Get information about the instrument. It is a list with ‘instrument’, ‘serialNumber’, ‘name’.
- property mode: Any
Set the measurement mode with one of
LegacyModes, if possible, usemodeinstead.
- property power: Any
Get next power measurement in W.(dynamic)
- property power_timeout: float
Control the timeout in ms waiting for a power signal.
- property range: Any
Control the current range setting, See
range_entriesfor possible values.(dynamic)
- reset()
Reset the device, for example after a head change.
- Return type:
None
- property screen_mode: Any
Set the device to a specific screen mode, use
ScreenModes.
- property software_version: Any
Get the current software version.
- property units: Any
Get the current measurement unit.
- property wavelength: Any
Control the selected wavelength (range) in list of wavelengths.
Read this attribute or
wavelength_listto update the list of available wavelengths. Usewavelength_valueto set the value of the current wavelength entry. (dynamic)