LSM - ReadAnalogInTriggerState

Complete Command

ZenServiceLSM.Actions.ReadAnalogInTriggerState(int port)

Input

integer trigger port

Output

 

Description

Returns the state of specified AnalogInTriggerIn port.

LSM - ReadAnalogOutTriggerState

Complete Command

ZenServiceLSM.Actions.ReadAnalogOutTriggerState(int port)

Input

integer trigger port

Output

 

Description

Returns the state of specified AnalogInTriggerIn port.

LSM - ReadDigitalGain

Complete Command

ZenServiceLSM.Actions.ReadDigitalGain(int trackIndex, int channelIndex)

Input

integer trackindex, integer channelIndex

Output

double digitalGain

Description

Returns the value for the DigitalGain for the specified track/channel.

LSM - ReadLaserIntensity

Complete Command

ZenServiceLSM.Actions.ReadLaserIntensity(int trackIndex, int lineWavelength)

Input

integer trackIndex, integer lineWavelength [nm]

Output

double intensity

Description

Returns the laser intensity [%] for the specified laser wavelength.

LSM - ReadMasterGain

Complete Command

ZenServiceLSM.Actions.ReadMasterGain(int trackIndex, int detectorIndex)

Input

integer trackIndex, integer detectorIndex

Output

double masterGain

Description

Returns the value for the masterGain for the specified track/dectector combination.

LSM - ReadPinholeDiameter

Complete Command

ZenServiceLSM.Actions.ReadPinholeDiameter(int trackIndex)

Input

integer trackIndex

Output

double pinholeDiameter [micron]

Description

Returns the value for the pinhole in [micron] for the specified track.

LSM - ReadScanDirection

Complete Command

ZenServiceLSM.Actions.ReadScanDirection()

Input

 

Output

ScanDirections direction

Description

Returns the current scan direction.

LSM - ReadScanSpeed

Complete Command

ZenServiceLSM.Actions.ReadScanSpeed()

Input

 

Output

int speed

Description

Returns the current scan speed.

LSM - ReadTLLEDIntensity

Complete Command

ZenServiceLSM.Actions.ReadTLLEDIntensity(int trackIndex)

Input

integer trackIndex

Output

double intensity [%]

Description

Returns the intensity value [%] for the TL-LED.

LSM - SetAnalogOutTriggerState

Complete Command

ZenServiceLSM.Actions.SetAnalogOutTriggerState(int port, double state)

Input

integer port, double state

Output

 

Description

Sets the voltage value for the AnalogOutTrigger port.

LSM - SetDigitalGain

Complete Command

ZenServiceLSM.Actions.SetDigitalGain(int trackIndex, int channelIndex, double digitalGain)

Input

integer trackIndex, integer channelIndex, double digitalGain

Output

 

Description

Sets the value for the DigitalGain for the specified track/channel.

LSM - SetLaserEnabled

Complete Command

ZenServiceLSM.Actions.SetLaserEnabled(int trackIndex, int lineWavelength, bool isEnabled)

Input

integer trackIndex, integer lineWavelength, bool isEnabled

Output

 

Description

Sets the state for the specified laser inside the specified track.

LSM - SetLaserIntensity

Complete Command

ZenServiceLSM.Actions.SetLaserIntensity(int trackIndex, int lineWavelength, double intensity)

Input

integer trackIndex, integer lineWavelength [nm], double intensity [%]

Output

 

Description

Sets the laser intensity for the specified laser inside the specified track.

LSM - SetMasterGain

Complete Command

ZenServiceLSM.Actions.SetMasterGain(int trackIndex, int detectorIndex, double masterGain)

Input

integer trackIndex, integer detectorIndex, double masterGain

Output

 

Description

Sets the value for the MasterGain for the specified track/detector.

LSM - SetPinholeDiameter

Complete Command

ZenServiceLSM.Actions.SetPinholeDiameter(int trackIndex, double pinholeDiameter)

Input

integer trackIndex, double pinholeDiameter [nm]

Output

 

Description

Adjusts the pinhole for the specified track.

LSM - SetScanDirection

Complete Command

ZenServiceLSM.Actions.SetScanDirection(ScanDirections direction)

Input

ScanDirections direction

Output

 

Description

Adjust the ScanDirection to the specified value.

LSM - SetScanSpeed

Complete Command

ZenServiceLSM.Actions.SetScanSpeed(int speed)

Input

integer speed

Output

 

Description

Adjusts the ScanSpeed to the specified value.

LSM - SetTLLEDIntensity

Complete Command

ZenServiceLSM.Actions.SetTLLEDIntensity(int trackIndex, double intensity)

Input

integer trackIndex, double intensity [%]

Output

 

Description

Adjusts the intensity of the TL-LED to the specified value.