set_frontend
Configures the input impedance, coupling, and range for each channel.Range vs Attenuation
Data Logger is a range instrument. See Range vs Attenuation for details
Parameters
  integer  required 
  
                Target channel
            
allowed values:Moku:Lab 1, 2 Moku:Go 1, 2 Moku:Pro 1, 2, 3, 4 Moku:Delta 1, 2, 3, 4, 5, 6, 7, 8 
  string  
  
                Impedance
            
default: 1MOhmallowed values:Moku:Lab 50Ohm, 1MOhm Moku:Go 1MOhm Moku:Pro 50Ohm, 1MOhm Moku:Delta 50Ohm, 1MOhm 
  string  required 
  
                Input Coupling
            
allowed values:AC, DC  string  required 
  
                Input Range
            
allowed values:Moku:Lab 1Vpp, 10Vpp Moku:Go 10Vpp, 50Vpp Moku:Pro 400mVpp, 4Vpp, 40Vpp Moku:Delta 100mVpp, 1Vpp, 10Vpp, 40Vpp 
  boolean  
  
                Disable all implicit conversions and coercions.
            
default: true# Examples
# Sample response
{
    "coupling": "DC",
    "impedance": "1MOhm",
    "range": "10Vpp"
}
 1
2
3
4
5
2
3
4
5