nextpyp.client.gen.RealTimeS2CSessionStatus#

class nextpyp.client.gen.RealTimeS2CSessionStatus#

Bases: object

(no description yet)

Methods

__init__

deserialize

rtype:

RealTimeS2CSessionStatus

from_json

Creates a new class instance from JSON

serialize

rtype:

str

to_json

Converts this class instance into JSON

Attributes

TYPE_ID

daemons_running

in order of SessionDaemon.values()

jobs_running

(no description yet)

images_scale

(no description yet)

tomo_vir_method

(no description yet)

tomo_vir_rad

(no description yet)

tomo_vir_binn

(no description yet)

Details

__init__(daemons_running, jobs_running, images_scale, tomo_vir_method, tomo_vir_rad, tomo_vir_binn)#
Parameters:
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:

RealTimeS2CSessionStatus

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)