TpsLoadSetFile2: Loads a TPS set file and sets some values.

View source: R/RcppExports.R

TpsLoadSetFile2R Documentation

Loads a TPS set file and sets some values.

Description

TpsLoadSetFile2 loads a TPS set file and only sets whitelisted values or all values except blacklisted RC codes.

Usage

TpsLoadSetFile2(setFile, blackListArray, whiteListArray)

Arguments

setFile

Path/filename of the set file to load.

blackListArray

RC code array for blacklist.

whiteListArray

RC code array for whitelist .

Details

The only 3 supported modes to call this function are:

  1. TpsLoadSetFile2(setFile, NULL, NULL), this is the same as TpsLoadSetFile

  2. TpsLoadSetFile2(setFile, blackListArray, NULL) sets the values from setFile except RC codes in blackListArray

  3. TpsLoadSetFile2(setFile, NULL, whiteListArray) sets only the values from setFile that are also in whiteListArray

See Also

Other TPS functions: TpsChangeIonMode(), TpsConnect2(), TpsConnect(), TpsDisconnect(), TpsGetActiveFilament(), TpsGetLastSetValue(), TpsGetModuleCodes(), TpsGetModuleLimits(), TpsGetModuleProperties(), TpsGetMonitorValue(), TpsGetNbrModules(), TpsGetNmtState(), TpsGetStatus(), TpsGetTargetValue(), TpsInitialize(), TpsLoadSetFile(), TpsSaveSetFileRc(), TpsSaveSetFile(), TpsSetActiveFilament(), TpsSetAllVoltages(), TpsSetNmtCmd(), TpsSetTargetValue(), TpsShutdown()


pasturm/TofDaqR documentation built on July 20, 2024, 9:44 a.m.