Set viewtemplate to a PanelSchedule View

Hi all,

Is it possible to set a viewtemplate to a PanelSchedule View?


def uwlist(input):
    result = input if isinstance(input, list) else [input]
    return UnwrapElement(result)

TransactionManager.Instance.EnsureInTransaction(doc)
for v in uwlist(IN[0]):
	v.get_Parameter(BuiltInParameter.TEMPLATE_NAME).Set("VDS_Groepenverklaring (Default)")


#Eind Transactie
TransactionManager.Instance.TransactionTaskDone()