NetOceanDirectLighthouse  3.1.1
OceanDirect Lighthouse .NET API
Deprecated List
Member NetLighthouse::Lighthouse::getElectricDarkCorrectionState (unsigned int deviceID, int errorCode)
Determine if automatic electric dark correction to the acquired spectra is on or off.
Member NetLighthouse::Lighthouse::getNonLinearityCorrectionState (unsigned int deviceID, int errorCode)
Determine if automatic nonlinearity correction is on or off.
Member NetLighthouse::Lighthouse::setElectricDarkCorrectionState (unsigned int deviceID, int errorCode, net_lh_enable_state_t state)
Toggle the "automatic" electric dark correction on or off for an acquired spectrum. This correction is applied automatically to any acquired spectrum when the function is turned on.
Member NetLighthouse::Lighthouse::setNonLinearityCorrectionState (unsigned int deviceID, int errorCode, net_lh_enable_state_t state)
Toggle the "automatic" nonlinearity correction on or off for an acquired spectrum. This correction is applied automatically to any acquired spectrum when the function is turned on. If nonlinearity correction is turned on then electric dark correction is also turned on even if it was previously turned off.