Skip navigation links
C D E G L O P Q R S T V 

C

close() - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Closes connection
close() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Closes connection
close() - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsFW
Close connection
close() - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Close connection

D

decode(String) - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.OpMode
 
decode(String) - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.TrigMode
 

E

enable() - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Toggle enable/disable or initiate an internal trigger (Effect depends upon selected mode.)

G

getCommand() - Method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsFW.CmndFW
 
getCommand() - Method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.CmndSC
 
getSetting() - Method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.OpMode
 
getSetting() - Method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.TrigMode
 

L

listModes() - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.OpMode
 
listOpModes() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
List codes for operating modes
loadFromProm() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Load those settings stored in EEPROM
loadProm() - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Loads values from EEPROM

O

open(String, int) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Opens connection to a device
open(String) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Opens connection to a device using default baud rate
open(String, int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Opens connection to a device
open(String) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Opens connection to a device using default baud rate
open(String, int) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsFW
Open serial connection using default data characteristics
open(String) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsFW
Open connection with default baud rate
open(String, int) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Open serial connection using default data characteristics
open(String) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Open connection with default baud rate
org.lsst.ccs.drivers.thorlabs - package org.lsst.ccs.drivers.thorlabs
 

P

processSC(ThorlabsSC10.CmndSC) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Process a void command with no argument (i.e., not setting or query)

Q

queryFW(ThorlabsFW.CmndFW) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsFW
Reads a filter-wheel quantity
querySC(ThorlabsSC10.CmndSC) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Reads a shutter-controller quantity

R

readAll() - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Read all settings and data from filter wheel.
readAll() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Read all settings and data from shutter.
readFWpos() - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Read filter wheel position.
readMode() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Read and decode the settings for operation and trigger modes
readSCpos() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Read shutter position.

S

saveFW() - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsFW
Saves settings for use at power-up.
saveProm() - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Saves external trigger mode, open time, shut time in EEPROM
saveSC() - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Saves baud rate and trigger mode
saveSettings() - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Save settings for next power-up
saveSettings() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Save (some?) settings to non-volatile flash memory
saveToProm() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Save some settings to EEPROM (trig mode, open and closed durations, probably operating mode)
setClosedDuration(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set duration of shutter closed in ms (relevant to REPEAT and AUTO modes)
setDataRate(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Set baud rate
setDataRate(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set baud rate
setDebug(boolean) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Set debug mode on or off
setDebug(boolean) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set debug mode on or off
setFW(ThorlabsFW.CmndFW, int) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsFW
Set a filter-wheel quantity
setFWsize(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Set total number of positions
setOpenDuration(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set duration of shutter open in ms (relevant to SINGLE, REPEAT and AUTO modes)
setOpMode(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set operating mode (five choices).
setOutputTrig(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set meaning of external TTL trigger output
setPosition(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Command to move filter wheel
setRepeatCount(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set repeat count for REPEAT operating mode.
setSC(ThorlabsSC10.CmndSC, int) - Method in class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Set a shutter-controller quantity
setSensorMode(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Set sensor mode for idle FW ("inactive" may avoid stray light)
setSpeed(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Set filter wheel speed
setTrigMode(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Set usage of trigger connector
setTrigMode(int) - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Set trigger mode (internal or external)

T

TestFW - Class in org.lsst.ccs.drivers.thorlabs
Program to test the Thorlabs filter wheel driver.
TestFW() - Constructor for class org.lsst.ccs.drivers.thorlabs.TestFW
Constructor
TestSC10 - Class in org.lsst.ccs.drivers.thorlabs
Program to test the Thorlabs SC10 shutter driver
TestSC10() - Constructor for class org.lsst.ccs.drivers.thorlabs.TestSC10
Constructor
ThorlabsFW - Class in org.lsst.ccs.drivers.thorlabs
Driver for Thorlabs FW212C 12-posiion filter whhel.
ThorlabsFW() - Constructor for class org.lsst.ccs.drivers.thorlabs.ThorlabsFW
Constructor.
ThorlabsFW.CmndFW - Enum in org.lsst.ccs.drivers.thorlabs
Enumeration of filter wheel commands
ThorlabsSC10 - Class in org.lsst.ccs.drivers.thorlabs
Driver for Thorlabs_SC10 Shutter Controller Communication is via a serial port.
ThorlabsSC10() - Constructor for class org.lsst.ccs.drivers.thorlabs.ThorlabsSC10
Constructor.
ThorlabsSC10.CmndSC - Enum in org.lsst.ccs.drivers.thorlabs
Enumeration of shutter commands
ThorlabsSC10.OpMode - Enum in org.lsst.ccs.drivers.thorlabs
Enumeration of operating modes
ThorlabsSC10.TrigMode - Enum in org.lsst.ccs.drivers.thorlabs
Enumeration of trigger modes
timestamp() - Method in class org.lsst.ccs.drivers.thorlabs.TestFW
Determines current time
timestamp() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Determines current time
toggleEnable() - Method in class org.lsst.ccs.drivers.thorlabs.TestSC10
Command to toggle "enable".

V

valueOf(String) - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsFW.CmndFW
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.CmndSC
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.OpMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.TrigMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsFW.CmndFW
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.CmndSC
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.OpMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.lsst.ccs.drivers.thorlabs.ThorlabsSC10.TrigMode
Returns an array containing the constants of this enum type, in the order they are declared.
C D E G L O P Q R S T V 
Skip navigation links

Copyright © 2018 LSST. All rights reserved.