Search found 1 match

by katelynmorrison
Mon Oct 23, 2023 9:10 pm
Forum: SMILE
Topic: Enable diagnosis for nodes using pysmile wrapper
Replies: 5
Views: 59597

Re: Enable diagnosis for nodes using pysmile wrapper

Hello, I am trying to get the diagnostic values from my model using the pysmile wrapper. But currently, I am struggling on figuring out how to do this.

Based on the answers below, I have generated this code so far:


net = pysmile.Network()
net.read_file("Survival.xdsl")

for i in range(len ...