Python API: samgridBatchAdmin v8_1_5
samgridBatchAdmin.addProperty()

Just having some fun...
This is the python interface to the command 'samgridBatchAdmin add property'.
Command Description:

Add a property to the adapter configuration
(Property names are converted to lower case.)


Python Usage:
	from SamgridBatchAdmin import samgridBatchAdmin
	result = samgridBatchAdmin.addProperty(...)

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
------------------------------------------------------------------------------------------------------------------------------------
(*) adapter                    string               batch adapter name
    d                          SamBoolean           debug flag
(*) property                   string               property name
(*) station                    string               station name
    v                          SamBoolean           verbose flag
    value                      string               property value
====================================================================================================================================

Environment Defaults:
	station = os.environ['SAM_STATION']



See Also: