This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to trigger a Lisa+ model behaviour through a slave port <signal>?

Hello,

I am developing the model of a block for a virtual platform using Lisa+.

I know how to trigger a behaviour through read and write accesses on the PVBus. However I don't know how to do that for a slave port <signal>.

Can you please explain me how to do that? I haven't been able to find anything in the documentation.

I would really appreciate if you provide me with some simple example code.

Thank you in advance.

Best regards,

R.

Parents
  • Are you using Fast Models to do this?   If so, take a look at the signalogger component.  This has examples of how to do this on both slave and master ports.  In summary signal_master_port.setValue(sg::Signal::Set); will set the signal and signal_master_port.setValue(sg::Signal::Clear); will clear it.

Reply
  • Are you using Fast Models to do this?   If so, take a look at the signalogger component.  This has examples of how to do this on both slave and master ports.  In summary signal_master_port.setValue(sg::Signal::Set); will set the signal and signal_master_port.setValue(sg::Signal::Clear); will clear it.

Children