Beantwortet
Tips to convert a subsystem into Requirement Table block
Hey @Shubham, Local data is not stored between timesteps so there is no prev(value). If you want to use a variable that persist...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Understanding initial behavior of Requirement Table
Hi @Shubham, In R2022a, the getPrevious function is undefined at t = 0 so you will need to an alternative, such as isStartup, t...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Renaming All Ports on a Connector Node - System Composer
Not through the GUI (only happens when all ports have default names) but you can do it programmatically. You could also create a...

etwa ein Jahr vor | 0

Beantwortet
Big sized autosar software component after arxml import in system composer
When we import arxml files, it is not just the information for building the skeleton model, but also can contain the aspects of ...

etwa ein Jahr vor | 0

Beantwortet
How to connect ports with system composer using the dot notation for buses programmatically?
Hi @Enrico, Use the SourceElement and DestinationElement arguments of the connect API: https://www.mathworks.com/help/systemco...

etwa ein Jahr vor | 1

Beantwortet
How do I link requirements in Requirements Manager to Simulink blocks inside of a Referenced Subsytem?
Hi @Moe, To preserve modularity, I recommend that you open the subsytem as top model and link the requirements there. If this i...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Can we print the contents of Requirements tagged in Simulink model to a command window? (Details in Description)
Hi @Akshay Chandel, Hope you got this resolved by now but just in case you haven't, you can load the model's linkset file and i...

etwa ein Jahr vor | 0

Beantwortet
Invalid ReqIF file. Error details: Type 'reqifxhtml:div' has not been found in the registry.
Problem resolved by replacing: xmlns:reqif-xhtml="http://www.omg.org/spec/ReqIF/20110401/reqif-xhtml" with: xmlns:reqif-xhtml...

etwa ein Jahr vor | 0

Beantwortet
Is there a way to recreate/replace links from Simulink models to requirement in DOORS with links to requirements in Polarion programmatically?
Hi @Isaac, The Polarion Connector is a third party tool created for integrating between Polarion and Requirements Toolbox for m...

etwa ein Jahr vor | 0

Beantwortet
Link between two components exists in system composer, but cannot be traced in sequence diagrams
Hi @Loic, Can you please try pressing the "Check Consistency" button in the toolstrip and then the "Repair" button and let us k...

etwa ein Jahr vor | 0

Beantwortet
Is it possible to connect Simulink Electrical components to the ports of Component in System Composer?
Hi @Sai Sanjay, Yes, you can absolutely use physical signals and buses in System Composer. Simscape signals are not allowed to ...

mehr als ein Jahr vor | 0

Beantwortet
Add Adapter programatically to system composer model
Hi @Andreas, There is no API for creating adapters but you can create a component that performs the same actions using the Sour...

mehr als ein Jahr vor | 0

Beantwortet
Requirements toolbox : links (type : related) do not appear when exporting to Excel, using ReqXLSExport method
Hi @Loic, I think you are looking for "Relate" <links-in:Relate>. Let us know if you have any other issues. You can find the...

mehr als ein Jahr vor | 1

| akzeptiert

Beantwortet
Export traceability matrix into variable
Hi @Niranjan Joshi, I was able to confirm the behavior you are seeing and entered it as a bug. Thanks for letting us know! As f...

mehr als ein Jahr vor | 0

Beantwortet
How to use a scheduler in System Composer?
Hi @Amine, To use the schedule editor, first, ensure that your architecture model was created using the "Software Architecture ...

mehr als ein Jahr vor | 0

Beantwortet
TI micro controller like hardware are supported for matlab simulation using code composer studio and also can we develop library using firmware data?
Hi @Rakesh, Code Composer Studio is a third party tool. I recommend you reach out to TI directly for support: https://support....

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
How do you resize (shrink) the base model or canvas in System Composer?
Hi @Gergely, To fit the canvas to the architecture model, press the space bar twice. Hope this helps, Josh

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Signal merging : adapters do not show up in architecture views
Hi @Loic, I am assuming that you are filtering on an applied stereotype and that is making your adapters disappear. One way to ...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Linear analysis not found
Hi @NITHIN PRANESH, I see that you posted this in the System Composer category so I am assuming you are referring to analysis o...

mehr als ein Jahr vor | 0

Beantwortet
Cycle through components according to stereotype
Hi @Loic, System Composer has a query feature that is optimized for these kinds of search tasks. The API list for the query lan...

mehr als ein Jahr vor | 1

| akzeptiert

Beantwortet
How can I know which file identifiers correspond to open files?
Also, if you want to avoid this, you can now use a cleanup object to close the file when the function is done (error or normal) ...

mehr als ein Jahr vor | 0

Beantwortet
Cancelling a variation on a system composer component
Hi @Loic, Right-click the variant choice that you want to keep and choose "cut", navigate back to the composition, then right-c...

mehr als ein Jahr vor | 1

| akzeptiert

Beantwortet
what is the difference between simulink architecture model and software architecture model
Hi @Xiaohong shen, That is a great question! System Composer's standard Architecture Template is geared toward generic architec...

mehr als ein Jahr vor | 0

Beantwortet
Code generation with a System Composer model
Hi @antonio-deepware, Do either of these options solve your problem? Option 1: Include the software architecture as a refere...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
How to export Stereotype Attributes as ReqIF within the Requirements Editor?
Hi @Julia, No, there is not currently an option to export stereotype properties via ReqIF (as of R2023a) but I put it in as an ...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
Trying to update link destination manually for link from Simulink to DOORS returns "Invalid destination is given" message
Hi @Andrew Stern, We are happy to help you work through this issue. Please reach out to our tech support so that we can take a ...

mehr als ein Jahr vor | 0

Beantwortet
Matching Requirements Id and Simulink Subsystem Names
mdl = load_system('MyModelName') blk = getSimulinkBlockHandle('MyModelName/Path/To/Named/Subsystem') reqIDs = [slreq.outLinks(...

mehr als ein Jahr vor | 0

Beantwortet
How to move a component in the system composer model hierarchy?
Hi @will, Cut-and-paste is an acceptable way of moving components in System Composer and should preserve ports, interfaces, ste...

mehr als ein Jahr vor | 1

| akzeptiert

Beantwortet
How to generate architecture models from allocation view
Hi @Robin, There is not currently a native feature to support this but we have heard this request from a few customers and have...

mehr als ein Jahr vor | 0

| akzeptiert

Beantwortet
How Can I edit interface Mappings in "Interface Adapter"?
Hi @영섭 손, The adapter is the correct way to map multiple interfaces to a composite interface. In R2021b, create your interfaces...

mehr als ein Jahr vor | 1

Mehr laden