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": [
{
"name": "LV"
......@@ -7,57 +7,63 @@
],
"version": "1.0",
"options" : {
"options": {
"autoconfigure": false
},
"devices": {
"HMP4040" : {
"devices": [
{
"name": "HMP4040",
"hw-type": "PS",
"hw-model": "RS_HMP4040",
"communication": {
"protocol" : "TextSerialCom",
"port" : "/dev/ttyACM0"
}
},
"Keithley" : {
"hw-type": "PS",
"hw-model": "Keithley24XX",
"communication": {
"protocol": "TextSerialCom",
"port": "/dev/ttyUSB1",
"baudrate": "B9600",
"termination": "\r"
"port": "/dev/ttyACM0",
"termination": "\n"
}
},
"KeithleyGPIB" : {
{
"name": "Keithley",
"hw-type": "PS",
"hw-model": "Keithley24XX",
"communication": {
"protocol": "TextSerialCom",
"port": "/dev/ttyUSB0",
"baudrate": "B9600",
"termination": "\r"
}
},
{
"name": "KeithleyGPIB",
"hw-type": "PS",
"hw-model": "Keithley24XX",
"communication": {
"protocol": "GPIBSerialCom",
"port": "/dev/ttyUSB1",
"port": "/dev/ttyUSB0",
"gpib_addr": 24
}
}
},
"channels": {
"LV" : {
"hw-type" : "PS",
],
"channels": [
{
"name": "LV",
"hw-type": "PS",
"device": "HMP4040",
"channel" : 1
"channel": 2
},
"HVGPIB" : {
"hw-type" : "PS",
{
"name": "HVGPIB",
"hw-type": "PS",
"device": "KeithleyGPIB",
"channel" : 1,
"channel": 1,
"program": {
"maxvoltage": 40
}
},
"HV" : {
"hw-type" : "PS",
{
"name": "HV",
"hw-type": "PS",
"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