Skip to content

Commit

Permalink
Update the documentation for MeasurementService __init__
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-beer committed Aug 5, 2024
1 parent abcd133 commit 3bb7a41
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,12 @@ def __init__(
Args:
service_config_path (Path): Path to the .serviceconfig file.
version (str): Version of the measurement service.
version (str): Version of the measurement service. Do not use this
parameter. Instead, specify the "version" field in the
.serviceconfig file. Default value is "".
ui_file_paths (List[Path]): List of paths to supported UIs.
Default value is [].
service_class (str): The service class from the .serviceconfig to use.
Default value is None, which will use the first service in the
Expand Down

0 comments on commit 3bb7a41

Please sign in to comment.