Update Laser Controller
parent
55dc7d9629
commit
ea7a8a2638
|
@ -28,10 +28,10 @@ The Pico laser controller understands the commands in the table below. Any othe
|
|||
|-----------------------|--------------------------------------------|
|
||||
| *idn? | Return identification string |
|
||||
| f.[x] | Set the center frequency to *x*. |
|
||||
| f.? | Return the current center frequency. |
|
||||
| | The center frequency = green frequency. |
|
||||
| | Blue freq. is set to *x* - 3 Hz. |
|
||||
| | Red freq. is set to *x* + 3 Hz. |
|
||||
| f.? | Return the current center frequency. |
|
||||
| [b/g/r].[**on**/off] | Turn the blue/green/red laser on/off. |
|
||||
| sweep.[n] | Conduct a frequency sweep in range center freq. +/- *n* |
|
||||
| toggle.[**on**/off] | Toggle the indicator LED on/off. |
|
||||
|
@ -46,4 +46,4 @@ The command to connect with Minicom is:
|
|||
|
||||
The device name/number may change.
|
||||
|
||||
Once in minicom, press CTRL+a, z then e for echo mode.
|
||||
Once in minicom, press `CTRL+a`, `z` then `e` for echo mode.
|
Loading…
Reference in New Issue