From b61730cc5b2e9054f76fbd7ee8a374365068a9c6 Mon Sep 17 00:00:00 2001 From: Divall Edwin James Date: Tue, 22 Jan 2019 08:24:47 +0100 Subject: [PATCH 1/2] add PALM processing from Ivan --- sources/pho_keysight.sources | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sources/pho_keysight.sources b/sources/pho_keysight.sources index f317821..1734548 100644 --- a/sources/pho_keysight.sources +++ b/sources/pho_keysight.sources @@ -1,7 +1,8 @@ /* Responsible Edwin Divall */ { "sources": [ - {"stream": "tcp://SAROP11-CPCL-PALM118:9999"} + {"stream": "tcp://SAROP11-CPCL-PALM118:9999"} + ,{"stream": "tcp://SAROP11-CPCL-PALM118:9990"} ,{"stream": "tcp://SAROP21-CPCL-PALM134:9999"} ] -} \ No newline at end of file +} From b8b65961a84e99cb928f3e8679a944de725c7ecd Mon Sep 17 00:00:00 2001 From: Divall Edwin James Date: Tue, 22 Jan 2019 08:39:08 +0100 Subject: [PATCH 2/2] add PALM processing from Ivan- name order corrected --- sources/pho_keysight.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/pho_keysight.sources b/sources/pho_keysight.sources index 1734548..6b91308 100644 --- a/sources/pho_keysight.sources +++ b/sources/pho_keysight.sources @@ -1,8 +1,8 @@ /* Responsible Edwin Divall */ { "sources": [ - {"stream": "tcp://SAROP11-CPCL-PALM118:9999"} - ,{"stream": "tcp://SAROP11-CPCL-PALM118:9990"} + {"stream": "tcp://SAROP11-CPCL-PALM118:9990"} + ,{"stream": "tcp://SAROP11-CPCL-PALM118:9999"} ,{"stream": "tcp://SAROP21-CPCL-PALM134:9999"} ] }