mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-15 20:25:11 +00:00
49 lines
1.0 KiB
YAML
49 lines
1.0 KiB
YAML
vacuum_pump.mock:
|
|
description: Mock vacuum pump
|
|
class:
|
|
module: unilabos.devices.pump_and_valve.vacuum_pump_mock:VacuumPumpMock
|
|
type: python
|
|
status_types:
|
|
status: String
|
|
action_value_mappings:
|
|
open:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
close:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
set_status:
|
|
type: StrSingleInput
|
|
goal:
|
|
string: string
|
|
feedback: {}
|
|
result: {}
|
|
|
|
gas_source.mock:
|
|
description: Mock gas source
|
|
class:
|
|
module: unilabos.devices.pump_and_valve.vacuum_pump_mock:VacuumPumpMock
|
|
type: python
|
|
status_types:
|
|
status: String
|
|
action_value_mappings:
|
|
open:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
close:
|
|
type: EmptyIn
|
|
goal: {}
|
|
feedback: {}
|
|
result: {}
|
|
set_status:
|
|
type: StrSingleInput
|
|
goal:
|
|
string: string
|
|
feedback: {}
|
|
result: {} |