@@ -1136,35 +1136,6 @@ def disable_postproc(self, channel: int = -1):
11361136 self.send_msg_and_waitfor_okay(msgToSend)
11371137 # self.save_config()
11381138
1139- # def disable_postproc(self, channel: int):
1140- # '''Disables the logging of data used for analysis and postprocessing for a specific channel
1141- #
1142- # Raises:
1143- # ClientTimeoutError: Timeout while waiting for response or log from the XCOM server
1144- # ResponseError: The response from the system was not 'OK'.
1145- # '''
1146- # msgToSend = data.getParameterWithID(data.PARXCOM_POSTPROC_Payload.parameter_id)
1147- # msgToSend.payload.data['action'] = data.ParameterAction.CHANGING
1148- # msgToSend.payload.data['channel'] = channel
1149- # msgToSend.payload.data['enable'] = 0
1150- # self.send_msg_and_waitfor_okay(msgToSend)
1151- # # self.save_config()
1152-
1153- # def disable_postproc(self):
1154- # '''Disables the logging of data used for analysis and postprocessing
1155- #
1156- # Raises:
1157- # ClientTimeoutError: Timeout while waiting for response or log from the XCOM server
1158- # ResponseError: The response from the system was not 'OK'.
1159- # '''
1160- # par_postproc = self.get_parameter(data.PARXCOM_POSTPROC_Payload.parameter_id)
1161- # msgToSend = data.getParameterWithID(data.PARXCOM_POSTPROC_Payload.parameter_id)
1162- # msgToSend.payload.data['action'] = data.ParameterAction.CHANGING
1163- # msgToSend.payload.data['channel'] = par_postproc.data['channel']
1164- # msgToSend.payload.data['enable'] = 0
1165- # self.send_msg_and_waitfor_okay(msgToSend)
1166- # # self.save_config()
1167-
11681139 def set_ntrip(self, stream, user, password, server, sendPos=0, enable=1, remotePort=2101, ggaSendPeriod=1):
11691140 msgToSend = data.getParameterWithID(data.PARXCOM_NTRIP_Payload.parameter_id)
11701141 msgToSend.payload.data['action'] = data.ParameterAction.CHANGING
0 commit comments