version 1.0.0-rc.25
This commit is contained in:
@@ -61,7 +61,7 @@ Method | HTTP request | Description
|
||||
[**statistics_get**](DefaultApi.md#statistics_get) | **GET** /statistics | Get general statistics
|
||||
[**status_get**](DefaultApi.md#status_get) | **GET** /status | Get Jungfraujoch status
|
||||
[**trigger_post**](DefaultApi.md#trigger_post) | **POST** /trigger | Send soft trigger to the detector
|
||||
[**version_get**](DefaultApi.md#version_get) | **GET** /version |
|
||||
[**version_get**](DefaultApi.md#version_get) | **GET** /version | Get Jungfraujoch version of jfjoch_broker
|
||||
[**wait_till_done_post**](DefaultApi.md#wait_till_done_post) | **POST** /wait_till_done | Wait for acquisition done
|
||||
[**xfel_event_code_get**](DefaultApi.md#xfel_event_code_get) | **GET** /xfel/event_code | Return XFEL event codes for the current data acquisition
|
||||
[**xfel_pulse_id_get**](DefaultApi.md#xfel_pulse_id_get) | **GET** /xfel/pulse_id | Return XFEL pulse IDs for the current data acquisition
|
||||
@@ -2080,7 +2080,7 @@ No authorization required
|
||||
|
||||
Generate background estimate plot
|
||||
|
||||
Mean intensity for d = 3 - 5 A per image; binning is configurable
|
||||
Mean intensity for d = 3 - 5 A per image; binning is configurable
|
||||
|
||||
### Example
|
||||
|
||||
@@ -3828,7 +3828,7 @@ No authorization required
|
||||
# **version_get**
|
||||
> str version_get()
|
||||
|
||||
|
||||
Get Jungfraujoch version of jfjoch_broker
|
||||
|
||||
### Example
|
||||
|
||||
@@ -3851,6 +3851,7 @@ with jfjoch_client.ApiClient(configuration) as api_client:
|
||||
api_instance = jfjoch_client.DefaultApi(api_client)
|
||||
|
||||
try:
|
||||
# Get Jungfraujoch version of jfjoch_broker
|
||||
api_response = api_instance.version_get()
|
||||
print("The response of DefaultApi->version_get:\n")
|
||||
pprint(api_response)
|
||||
|
||||
Reference in New Issue
Block a user