nominal-api 0.873.0__py3-none-any.whl → 0.874.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- nominal_api/__init__.py +1 -1
- nominal_api/_impl.py +8 -1
- {nominal_api-0.873.0.dist-info → nominal_api-0.874.0.dist-info}/METADATA +1 -1
- {nominal_api-0.873.0.dist-info → nominal_api-0.874.0.dist-info}/RECORD +6 -6
- {nominal_api-0.873.0.dist-info → nominal_api-0.874.0.dist-info}/WHEEL +0 -0
- {nominal_api-0.873.0.dist-info → nominal_api-0.874.0.dist-info}/top_level.txt +0 -0
nominal_api/__init__.py
CHANGED
nominal_api/_impl.py
CHANGED
@@ -28475,10 +28475,17 @@ class scout_chartdefinition_api_FrequencyPlotTypeFft(ConjureBeanType):
|
|
28475
28475
|
@builtins.classmethod
|
28476
28476
|
def _fields(cls) -> Dict[str, ConjureFieldDefinition]:
|
28477
28477
|
return {
|
28478
|
+
'window': ConjureFieldDefinition('window', OptionalTypeWrapper[scout_compute_api_FftWindow])
|
28478
28479
|
}
|
28479
28480
|
|
28480
|
-
__slots__: List[str] = []
|
28481
|
+
__slots__: List[str] = ['_window']
|
28482
|
+
|
28483
|
+
def __init__(self, window: Optional["scout_compute_api_FftWindow"] = None) -> None:
|
28484
|
+
self._window = window
|
28481
28485
|
|
28486
|
+
@builtins.property
|
28487
|
+
def window(self) -> Optional["scout_compute_api_FftWindow"]:
|
28488
|
+
return self._window
|
28482
28489
|
|
28483
28490
|
|
28484
28491
|
scout_chartdefinition_api_FrequencyPlotTypeFft.__name__ = "FrequencyPlotTypeFft"
|
@@ -1,5 +1,5 @@
|
|
1
|
-
nominal_api/__init__.py,sha256=
|
2
|
-
nominal_api/_impl.py,sha256=
|
1
|
+
nominal_api/__init__.py,sha256=NIwxj1Uy85xU80tRzAOl-OdUgB6NVv6Fe8go_lgWA80,2088
|
2
|
+
nominal_api/_impl.py,sha256=QzKpBqgjPDGW59vsGjXoh_n7HFPr-2pgDWR9EokUkTQ,3742639
|
3
3
|
nominal_api/py.typed,sha256=eoZ6GfifbqhMLNzjlqRDVil-yyBkOmVN9ujSgJWNBlY,15
|
4
4
|
nominal_api/api/__init__.py,sha256=ZiGjcYwIBCrZR5pPqyqX2ggRJmVcSlOCazMtF2xCZzw,2171
|
5
5
|
nominal_api/api_ids/__init__.py,sha256=sxqN5dMk6bOx0SKOd0ANG3_kmx1VtdSVotzEGn_q6sE,114
|
@@ -78,7 +78,7 @@ nominal_api/timeseries_seriescache/__init__.py,sha256=hL5hN8jKLEGE_fDiZzdASmWIrR
|
|
78
78
|
nominal_api/timeseries_seriescache_api/__init__.py,sha256=USBxFmNnVFdnhTPLvWi3UgsvBZ4Iz4ycNgBTi10F-zI,1603
|
79
79
|
nominal_api/upload_api/__init__.py,sha256=7-XXuZUqKPV4AMWvxNpZPZ5vBun4x-AomXj3Vol_BN4,123
|
80
80
|
nominal_api/usercreation_api/__init__.py,sha256=Q6M70SlKFVfIxZqRohD4XYmBz5t2DP1DB0a0Q6glqGA,171
|
81
|
-
nominal_api-0.
|
82
|
-
nominal_api-0.
|
83
|
-
nominal_api-0.
|
84
|
-
nominal_api-0.
|
81
|
+
nominal_api-0.874.0.dist-info/METADATA,sha256=obuVKMBhwn-yjlWHn2KOXL9bluQqx7BtEbSDCv2CpXs,199
|
82
|
+
nominal_api-0.874.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
83
|
+
nominal_api-0.874.0.dist-info/top_level.txt,sha256=gI1ZdNJbuHcJZeKtCzzBXsEtpU1GX6XJKs6ksi_gCRA,12
|
84
|
+
nominal_api-0.874.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|