renamed GPS/XRD -> Platform
This commit is contained in:
@ -291,7 +291,7 @@ components = [
|
||||
},
|
||||
{
|
||||
"name": "gps",
|
||||
"type": "slic.devices.endstations.bernina_gps:GPS",
|
||||
"type": "slic.devices.endstations.bernina_platform:BerninaPlatform",
|
||||
"args": ["SARES22-GPS"],
|
||||
"kwargs": {"configuration": config["gps_config"]},
|
||||
"desc": "General purpose station",
|
||||
@ -299,7 +299,7 @@ components = [
|
||||
},
|
||||
{
|
||||
"name": "xrd",
|
||||
"type": "slic.devices.endstations.bernina_xrd:XRD",
|
||||
"type": "slic.devices.endstations.bernina_platform:BerninaPlatform",
|
||||
"args": ["SARES21-XRD"],
|
||||
"kwargs": {"configuration": config["xrd_config"]},
|
||||
"desc": "Xray diffractometer",
|
||||
|
Reference in New Issue
Block a user