From 9f5553bdb549e182d250003fe321c5b892c9a53c Mon Sep 17 00:00:00 2001 From: werder_d Date: Wed, 19 May 2021 14:00:28 +0200 Subject: [PATCH] Temporarily adjust for changed IP --- sources/pho_keysight.sources | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sources/pho_keysight.sources b/sources/pho_keysight.sources index 6b91308..dcaa119 100644 --- a/sources/pho_keysight.sources +++ b/sources/pho_keysight.sources @@ -1,8 +1,10 @@ /* Responsible Edwin Divall */ { "sources": [ - {"stream": "tcp://SAROP11-CPCL-PALM118:9990"} + {"stream": "tcp://SAROP11-CPCL-PALM118:9990"} ,{"stream": "tcp://SAROP11-CPCL-PALM118:9999"} - ,{"stream": "tcp://SAROP21-CPCL-PALM134:9999"} + /* temporarily moved to different IP: */ + /*,{"stream": "tcp://SAROP21-CPCL-PALM134:9999"}*/ + ,{"stream": "tcp://172.26.2.89:9999"} ] }