Python API: samgridBatchAdmin v8_1_5 samgridBatchAdmin.cloneStationConfig()
|  |
This is the python interface to the command 'samgridBatchAdmin clone station config'.
Command Description:
Clone one of the existing stations configuration.
Python Usage:
from SamgridBatchAdmin import samgridBatchAdmin
result = samgridBatchAdmin.cloneStationConfig(...)
Return value:
Arguments are passed as keyword-value pairs, as in:
myfunc(arg1='myarg', arg2='anotherarg', d=1)
Argument Keyword Description:
(*) indicates that this keyword is required
>>> indicates that either the API object or the CLI equivalent (<<<) is required
====================================================================================================================================
KEYWORD DATA TYPE DESCRIPTION
------------------------------------------------------------------------------------------------------------------------------------
d SamBoolean debug flag
(*) fromStation string station configuration that will be cloned
(*) toStation string station configuration that will be updated
v SamBoolean verbose flag
====================================================================================================================================
See Also: