We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6141300 commit 0bd9849Copy full SHA for 0bd9849
nisystemlink/clients/testmonitor/utilities/_dataframe_utilities.py
@@ -11,7 +11,8 @@
11
12
13
def is_step_data_with_name_and_measurement(measurement: Measurement) -> bool:
14
- """Checks if a measurement data has both 'name' and 'measurement' fields.
+ """Checks if a step data parameter is measurement data by ensuring it has both
15
+ 'name' and 'measurement' fields.
16
17
Args:
18
measurement: A measurement data object
0 commit comments