Forum
Início › Fóruns › Temas ou Discussões › Panel – Robot Python API › Resposta a: Panel – Robot Python API
kaneza
Convidado
10 de Junho, 2022 às 16:14
Número de artigos: 172
Hello,
As explained, your problem is probably due to not converting the label variable to a RobotLabel type, reason why you cannot access to datas.
label = RobotLabel(labels.Create(IRobotLabelType.I_LT_PANEL_THICKNESS,”25mm”))
Don’t do implicit casting with robot API in python try setting explicitly your variable.
Best regards