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