Change NetCon Source

The basics of how to develop, test, and use models.
Post Reply
oren
Posts: 55
Joined: Fri Mar 22, 2013 1:03 am

Change NetCon Source

Post by oren »

Hello,
If I created a NetCone using this code:

Code: Select all

objref nc
nc = New NetCon( nil, postCell)
can I (after already creating the nc) change the source from nil to something else,
I know that there is a command
nc.setpost(?) - that change the target of the NetCon,

but I did not find a command that change the source of the NetCon.

Thanks.
ted
Site Admin
Posts: 6289
Joined: Wed May 18, 2005 4:50 pm
Location: Yale University School of Medicine
Contact:

Re: Change NetCon Source

Post by ted »

If you don't see it in the Programmers' Reference documentation of NetCon, it doesn't exist.
Post Reply