version 1.0.0-rc.16
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**state** | **str** | Current state of the detector |
|
||||
**powerchip** | **str** | Power on of ASICs |
|
||||
**state** | [**DetectorState**](DetectorState.md) | |
|
||||
**powerchip** | [**DetectorPowerState**](DetectorPowerState.md) | |
|
||||
**server_version** | **str** | Detector server (on read-out boards) version |
|
||||
**number_of_triggers_left** | **int** | Remaining triggers to the detector (max of all modules) |
|
||||
**fpga_temp_deg_c** | **List[int]** | Temperature of detector FPGAs |
|
||||
@@ -15,7 +15,7 @@ Name | Type | Description | Notes
|
||||
## Example
|
||||
|
||||
```python
|
||||
from openapi_client.models.detector_status import DetectorStatus
|
||||
from jfjoch_client.models.detector_status import DetectorStatus
|
||||
|
||||
# TODO update the JSON string below
|
||||
json = "{}"
|
||||
|
||||
Reference in New Issue
Block a user