set_scan_oscillator

Configures the scan oscillator to scan or sweep the laser over a given frequency range

Parameters

boolean
Enable or disable auxiliary oscillator
default: true
string
Output to connect modulation signal to.
default: PositiveRamp
allowed values:PositiveRamp, Triangle, NegativeRamp
integer
Frequency of the auxiliary oscillator
default: 10
allowed values:1 mHz to 10 MHz
units: Hz
integer
Amplitude of the auxiliary oscillator
default: 0.5
units: Hz
string
Output to connect modulation signal to.
default: Output1
allowed 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