python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why I'm obtaining NaN in the output of a simple FMU exported from Simulink and tested in Python 3?
I'm new to the FMI standard and FMUs. I'm trying to export a FMU of a simple Simulink model, the Ohm's law in my case, to test the funcionality of the FMI standard in Python. I'm obtaining NaN in the ...
Jon
Votes: 0
Answers: 2
Error executing FMU model with pyFMI: "pyfmi.fmi.FMUException: Failed to get the Boolean values"
I am using the code below to simulate a model.
def run_demo(with_plots=True):
traj = np.array([[start_time,2.25]])
input_object = ('input_1[1]', traj)
model = load_fmu('[pyfmimodel.fmu',lo...

Nitin Gondule
Votes: 0
Answers: 0