diff --git a/devices.py b/devices.py index 1503cb3..ac002c9 100644 --- a/devices.py +++ b/devices.py @@ -196,11 +196,11 @@ components = [ }, { "name": "spect_tt", + "type": "slic.devices.xdiagnostics.timetools:SpectralEncoder", "args": ["SAROP21-PSEN135"], - "kwargs": {"reduction_client_address":"http://sf-daqsync-02:12002/"}, + "kwargs": {"reduction_client_address": "http://sf-daqsync-02:12002/"}, "z_und": 135, "desc": "Spectral encoding timing diagnostics before Attenuator.", - "type": "slic.devices.xdiagnostics.timetools:SpectralEncoder", "lazy":False, }, { @@ -270,11 +270,11 @@ components = [ }, { "name": "spatial_tt", + "type": "slic.devices.xdiagnostics.timetools:SpatialEncoder", "args": [], - "kwargs": {"reduction_client_address":"http://sf-daqsync-02:12003/"}, + "kwargs": {"reduction_client_address": "http://sf-daqsync-02:12003/"}, "z_und": 141, "desc": "spatial encoding timing diagnostics before sample.", - "type": "slic.devices.xdiagnostics.timetools:SpatialEncoder", "lazy":False, }, {