From: Saeed S. <sa...@gn...> - 2014-06-03 04:05:51
|
Dear all, I'm trying to send Vm to the shell and according to the HSolve implementation, the value sets via the below mechanism: moose::Compartment::VmOut()->send(compartmentId.eref(), newVm); In the first glance, I thought that just by calling this method, in any place, we can change internal representation of Vm in the Shell and the output mechanism can read it via clock mechanim. But, for example when I send an specific value via this message, there is no change in the output in Python. Would you please guide me about the I/O mechanism in shell and also that command is the only thing that provides output? Thank you, Saeed |