Hi All,
This might be a simple question but...
I am trying to connect the output of Input Port block (from SimRF Library) to the input of an S-parameter block (from SimRF Library) using the "add_line" command.
I have been trying the following line but keep running into an error:
add_line('mySys','InPort/2', 'Filter/1', 'autorouting', 'on')
Error: "Invalid Simulink object name: InPort/2"
Now both of these ports are different than typical ports. Visually, they are little black circles. Do I need to change the way I identify these types of ports for some reason?
Appreciate any help!!
Thanks!
This might be a simple question but...
I am trying to connect the output of Input Port block (from SimRF Library) to the input of an S-parameter block (from SimRF Library) using the "add_line" command.
I have been trying the following line but keep running into an error:
add_line('mySys','InPort/2', 'Filter/1', 'autorouting', 'on')
Error: "Invalid Simulink object name: InPort/2"
Now both of these ports are different than typical ports. Visually, they are little black circles. Do I need to change the way I identify these types of ports for some reason?
Appreciate any help!!
Thanks!