nextpyp.client.gen.RealTimeS2CSessionStatus#
- class nextpyp.client.gen.RealTimeS2CSessionStatus#
Bases:
object(no description yet)
Methods
deserialize- rtype:
Creates a new class instance from JSON
serialize- rtype:
str
Converts this class instance into JSON
Attributes
TYPE_IDin order of SessionDaemon.values()
(no description yet)
(no description yet)
(no description yet)
(no description yet)
(no description yet)
Details
- __init__(daemons_running, jobs_running, images_scale, tomo_vir_method, tomo_vir_rad, tomo_vir_binn)#
- Parameters:
daemons_running (List[bool]) –
jobs_running (List[RealTimeS2CSessionRunningJob]) –
images_scale (ImagesScale | None) –
tomo_vir_method (TomoVirMethod) –
tomo_vir_rad (float) –
tomo_vir_binn (int) –
- Return type:
None
-
daemons_running:
List[bool]# in order of SessionDaemon.values()
- classmethod from_json(json, type_ids=None)#
Creates a new class instance from JSON
- Return type:
- Parameters:
json (Dict[str, Any]) –
type_ids (Dict[str, str] | None) –
-
images_scale:
Optional[ImagesScale]# (no description yet)
-
jobs_running:
List[RealTimeS2CSessionRunningJob]# (no description yet)
- to_json()#
Converts this class instance into JSON
- Return type:
Dict[str,Any]
-
tomo_vir_binn:
int# (no description yet)
-
tomo_vir_method:
TomoVirMethod# (no description yet)
-
tomo_vir_rad:
float# (no description yet)