Yes, this circuit (say Train limit for loading station) contains nested compact circuits as follows:
Train limit for loading station (compact circuit)
├─ Station specification (compact circuit)
│├─ Stack size calculator (compact circuit)
││ └(input component) Item type (signal)
│├─ (input component) Number of cargo wagons (slider)
│├─ (input component) Number of chests per a cargo wagon (slider)
│├─ (input component) Grid size of a cargo wagon (slider)
│└─ (input component) Grid size of a chest (slider)
└─ min(A, B) (compact circuit)
└(input component) Output as (signal)
So configuration modal shows internal input components prefixed with recursively descending names.
It will look tidy if nested prefixes can be removed like this.
- Item type
- Number of cargo wagons
- Number of chests per a cargo wagon (slider)
- Grid size of a cargo wagon (slider)
- Grid size of a chest
- Output as