Select all of the port interfaces in an architecture model with
matching criteria.
Import the package that contains all of the System Composer™ queries.
Open the Simulink® project file.
Open the model.
Create a query for all the interfaces in a port with
'KeyFOBPosition'
in the 'Name'
and run the
query.
portInterfaces =
10×1 cell array
{'KeylessEntryArchitecture/Door Lock//Unlock System' }
{'KeylessEntryArchitecture/Door Lock//Unlock System/Door Lock Controller' }
{'KeylessEntryArchitecture/Engine Control System' }
{'KeylessEntryArchitecture/Engine Control System/Keyless Start Controller'}
{'KeylessEntryArchitecture/FOB Locator System' }
{'KeylessEntryArchitecture/FOB Locator System/FOB Locator Module' }
{'KeylessEntryArchitecture/Lighting System' }
{'KeylessEntryArchitecture/Lighting System/Lighting Controller' }
{'KeylessEntryArchitecture/Sound System' }
{'KeylessEntryArchitecture/Sound System/Sound Controller' }