Skip to content
Snippets Groups Projects
Commit 4ba08a5c authored by Mario's avatar Mario
Browse files

updated default PS cfg

parent f5401150
No related branches found
No related tags found
1 merge request!23Devel
Pipeline #2860838 passed
{ {
"LR_lib_path": "/path/to/labRemote/build/lib", "LR_lib_path": "/path/to/lr/build/lib",
"channels_to_be_used_by_the_scanoperator": [ "channels_to_be_used_by_the_scanoperator": [
{ {
"name": "LV" "name": "LV"
...@@ -7,46 +7,51 @@ ...@@ -7,46 +7,51 @@
], ],
"version": "1.0", "version": "1.0",
"options": { "options": {
"autoconfigure": false "autoconfigure": false
}, },
"devices": { "devices": [
"HMP4040" : { {
"name": "HMP4040",
"hw-type": "PS", "hw-type": "PS",
"hw-model": "RS_HMP4040", "hw-model": "RS_HMP4040",
"communication": { "communication": {
"protocol": "TextSerialCom", "protocol": "TextSerialCom",
"port" : "/dev/ttyACM0" "port": "/dev/ttyACM0",
"termination": "\n"
} }
}, },
"Keithley" : { {
"name": "Keithley",
"hw-type": "PS", "hw-type": "PS",
"hw-model": "Keithley24XX", "hw-model": "Keithley24XX",
"communication": { "communication": {
"protocol": "TextSerialCom", "protocol": "TextSerialCom",
"port": "/dev/ttyUSB1", "port": "/dev/ttyUSB0",
"baudrate": "B9600", "baudrate": "B9600",
"termination": "\r" "termination": "\r"
} }
}, },
"KeithleyGPIB" : { {
"name": "KeithleyGPIB",
"hw-type": "PS", "hw-type": "PS",
"hw-model": "Keithley24XX", "hw-model": "Keithley24XX",
"communication": { "communication": {
"protocol": "GPIBSerialCom", "protocol": "GPIBSerialCom",
"port": "/dev/ttyUSB1", "port": "/dev/ttyUSB0",
"gpib_addr": 24 "gpib_addr": 24
} }
} }
}, ],
"channels": { "channels": [
"LV" : { {
"name": "LV",
"hw-type": "PS", "hw-type": "PS",
"device": "HMP4040", "device": "HMP4040",
"channel" : 1 "channel": 2
}, },
"HVGPIB" : { {
"name": "HVGPIB",
"hw-type": "PS", "hw-type": "PS",
"device": "KeithleyGPIB", "device": "KeithleyGPIB",
"channel": 1, "channel": 1,
...@@ -54,10 +59,11 @@ ...@@ -54,10 +59,11 @@
"maxvoltage": 40 "maxvoltage": 40
} }
}, },
"HV" : { {
"name": "HV",
"hw-type": "PS", "hw-type": "PS",
"device": "Keithley", "device": "Keithley",
"channel": 1 "channel": 1
} }
} ]
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment