Capella physical component name depending on a selection made in PV

Hi,

I try to change the capella physical component name depending on a selection made in PV.

I use the PV calculation. The calculation will be applied to the selected attribute: name:String.

the calculation is:

IF PVFEATURE->pv:Selected() THEN ‘OPTIE1’ ELSE ‘OPTIE2’ ENDIF

In Mappings shows

IF PVFEATURE->pv:Selected() THEN ‘OPTIE1’ ELSE ‘OPTIE2’ ENDIF = ‘OPTION2’ [TRUE]

??:?? - name: EString

But in the diagram or in the properties of the component, the name is not changed.

Do I miss something? Has someone experience with this?

Thanks in advance,

Kind regards,

Clemens