kbanks
05-23-2008, 10:13 AM
(reposted from a customer email)
Can Client program set up single node ALL parameters in one message call?Not using just the built-in functions. You could put a helper function in a SNAPpy script, and invoke that. For example:
def config(channel, netId, etc.):
"""helper function to make multiple config changes with one call"""
setChannel(channel)
setNetId(netId)
saveNvParam(4, channel)
saveNvParam(3, netId)
Can Client program set up single node ALL parameters in one message call?Not using just the built-in functions. You could put a helper function in a SNAPpy script, and invoke that. For example:
def config(channel, netId, etc.):
"""helper function to make multiple config changes with one call"""
setChannel(channel)
setNetId(netId)
saveNvParam(4, channel)
saveNvParam(3, netId)