set_scan_oscillator
Configures the scan oscillator to scan or sweep the laser over a given frequency rangeParameters
  boolean  
  
                Enable or disable auxiliary oscillator
            
default: true  string  
  
                Output to connect modulation signal to.
            
default: PositiveRampallowed values:PositiveRamp, Triangle, NegativeRamp  integer  
  
                Frequency of the auxiliary oscillator
            
default: 10allowed values:1 mHz to 10 MHzunits: Hz  integer  
  
                Amplitude of the auxiliary oscillator
            
default: 0.5units: Hz  string  
  
                Output to connect modulation signal to.
            
default: Output1allowed values:Output1, Output2, Output3, Output4, OutputA, OutputB  boolean  
  
                Disable all implicit conversions and coercions.
            
default: true# Examples
# Sample response
{
    "amplitude": 0.5,
    "enabled": true,
    "frequency": 10.0,
    "output": "Output1",
    "shape": "PositiveRamp"
}
1
2
3
4
5
6
7
2
3
4
5
6
7
← set_pll set_setpoint →