7 changed files with 24 additions and 20 deletions
@ -1,7 +0,0 @@ |
|||||||
|
|
||||||
module_name: PWM Sim |
|
||||||
actuator_output: |
|
||||||
output_groups: |
|
||||||
- param_prefix: ${PWM_MAIN_OR_HIL} |
|
||||||
channel_label: ${PWM_MAIN_OR_HIL} |
|
||||||
num_channels: 16 |
|
@ -0,0 +1,8 @@ |
|||||||
|
|
||||||
|
module_name: HIL |
||||||
|
actuator_output: |
||||||
|
show_subgroups_if: 'SYS_HITL>0' |
||||||
|
output_groups: |
||||||
|
- param_prefix: HIL_ACT |
||||||
|
channel_label: Channel |
||||||
|
num_channels: 16 |
@ -0,0 +1,7 @@ |
|||||||
|
|
||||||
|
module_name: SIM |
||||||
|
actuator_output: |
||||||
|
output_groups: |
||||||
|
- param_prefix: PWM_MAIN |
||||||
|
channel_label: Channel |
||||||
|
num_channels: 16 |
Loading…
Reference in new issue