Python API: samgridBatchAdmin v8_1_5 samgridBatchAdmin.deleteStationConfig()
|  |
This is the python interface to the command 'samgridBatchAdmin delete station config'.
Command Description:
Delete batch adapter configuration for a given station. The actual
configuration file does not get deleted, and will be used if the
station's batch configuration is re-added again.
Python Usage:
from SamgridBatchAdmin import samgridBatchAdmin
result = samgridBatchAdmin.deleteStationConfig(...)
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
(*) station string station name
v SamBoolean verbose flag
====================================================================================================================================
Environment Defaults:
station = os.environ['SAM_STATION']
See Also: