-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
I am working on a remote monitoring / storage system and I would like to connect the gridion we have running in our lab.
Using the API I am able to access a simulation run that is running on my laptop and I am able to retrieve basic information like which flow cells are connected and so forth
print(f"""Acquired: {acquired}, Processed: {processed} for flow cell '{position}' host '{position.host}' state '{position.state}' device_type '{position.device_type}'
parent_name '{position.parent_name}' description '{position.description}'
protocol_state '{position.protocol_state}' is_simulated '{position.is_simulated}'""")
Acquired: 6978944, Processed: 6978496 for flow cell 'MS00000 (running)' host 'localhost' state 'running' device_type 'MINION'
parent_name 'MS00000' description 'name: "MS00000"
However when trying to go beyond that for example get current temperature connection.statistics.get_temperature() it just hangs.
Also I am not sure yet how to retrieve the other information like available pores, reads, bases, health etc...
I tried going through the python tests but these functions might not be used in those?

Metadata
Metadata
Assignees
Labels
No labels