File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 5151 from ansys .aedt .core .emit_core .emit_constants import TxRxMode
5252 from ansys .aedt .core .emit_core .nodes import generated
5353 from ansys .aedt .core .emit_core .nodes .emit_node import EmitNode
54-
5554 from ansys .aedt .core .modeler .circuits .primitives_emit import EmitAntennaComponent
5655 from ansys .aedt .core .modeler .circuits .primitives_emit import EmitComponent
5756 from ansys .aedt .core .modeler .circuits .primitives_emit import EmitComponents
@@ -1756,5 +1755,5 @@ def test_31_orientation(self, add_app):
17561755 new_radio = self .aedtapp .schematic .create_component ("New Radio" )
17571756 new_radio .orientation = 1
17581757 assert (
1759- "Orientation adjustment is not supported for component 'Radio'. " " This component cannot be reoriented."
1758+ "Orientation adjustment is not supported for component 'Radio'. This component cannot be reoriented."
17601759 ) in str (e .value )
You can’t perform that action at this time.
0 commit comments