libgs
libgs.utils
libgs.scheduler
libgs.rpc
libgs.restapi
libgs.hardware
libgs.groundstation
libgs.visualisation
libgs.database
libgs.database.tfilterstr2query
libgs.database.CommsLog
libgs.database.Database
libgs.database.KVDb
libgs.database.MonitorDb
libgs.database.PassDb
libgs.database.PassDb.put
libgs.database.PassDb.count_rows
libgs.database.PassDb.create_table
libgs.database.PassDb.get
libgs.database.PassDb.get_df
libgs.database.PassDb.get_file
libgs.database.PassDb.put_df
libgs.monitoring
libgs.protocols.protocolbase
libgs entrypoints
libgs
Docs
»
libgs.database
»
libgs.database.PassDb
»
libgs.database.PassDb.put
View page source
libgs.database.PassDb.put
¶
PassDb.
put
(
module
,
pass_id
,
key
,
value
)
[source]
¶
Add a key/value pair to the database
Parameters:
module
– The module that stored the information (scheduler/groundstation)
pass_id
– The pass id
key
– User defined key
value
– User defined value