Commits
17 17 | </description> |
18 18 | <value/> |
19 19 | </param> |
20 20 | <param name="overwrite" type="bool"> |
21 21 | <shortdescription>Overwrite a file by the same name if it exists?</shortdescription> |
22 22 | <description> Overwrite a file by the same name if it exists? If False and a file |
23 23 | with the same name exists, and exception will be thrown.</description> |
24 24 | <value>False</value> |
25 25 | </param> |
26 26 | <param name="asdm" type="string"> |
27 - | <shortdescription>The associated ASDM name. Must be specified</shortdescription> |
28 - | <description>The associated ASDM name. Must be specified. The ASDM is not required to be on the file system; its value is simply passed to the web service. |
27 + | <shortdescription>The associated ASDM name. Should be associated ASDM UID.</shortdescription> |
28 + | <description>The associated ASDM name. Should be associated ASDM UID. The ASDM is not required to be on the file system; this value is simply passed to the web service. |
29 29 | default: '' |
30 30 | Example:asdm='uid://A002/X10ac6bc/X896d' |
31 31 | </description> |
32 32 | <value/> |
33 33 | </param> |
34 34 | |
35 35 | <param name="tw" type="string"> |
36 36 | <shortdescription>Optional time window in which to consider baseline measurements in the database, when calculating the antenna positions.</shortdescription> |
37 37 | <description>Optional time window in which to consider baseline measurements in the database, when calculating the antenna positions. Format is of the form begin_time,end_time, where times must be specified in YYYY-MM-DDThh:mm:ss.sss format and end_time must be later than begin time. Times should be UTC. |
38 38 | Example: tw='2023-03-14T00:40:20,2023-03-20T17:58:20' |