-
-
June 16, 2025 at 12:02 pm
Flix
SubscriberIn ScadeOne, you can access operator output by specifying the output parameter name in the adaptation on the wite connection.
Is this possible within the text representation as well? I could only find you can access the output by position, i.e.
op().(1)
for the first output. It is neither allowed to doop().out1
norop().(out1)
. -
June 19, 2025 at 11:45 am
Benjamin Descorps
Ansys EmployeeHello,
The output group of a text instance (of the form ‘op(
)’) is considered positional. So, indeed, you can only access outputs by their index (op().(1)). For an instance in a block diagram, the output group can be either positional or named. In practice, you should prefer a direct access to the equation x, out1, z = op(
) where you can only get the output you are interested in. Example: _, out1,_=op() or _,out1,..=op()
Hope this helps,
Benjamin
-
- You must be logged in to reply to this topic.
-
3437
-
1057
-
1051
-
902
-
896
© 2025 Copyright ANSYS, Inc. All rights reserved.