Get and set Values in python

Hello,

my code works well getting the data… but how to set the values ? is there a unwrapping missung.


how can i handle this warning?

KR

Andreas

…i have to zip it!


# SET PARAMETER
for d,v in zip(doors_collector,vals):
	try:
		door_out_param = d.LookupParameter(SCHLIESSFOLGEREGELUNG).Set(v)
	except:
		pass
1 Like