Complex Signals Postfix

Complex real part postfix

Specify the character vector to append to real part of complex signal names.

Settings

Default: '_re'

Enter a text to be appended to the names generated for the real part of complex signals.

Command-Line Information

Property: ComplexRealPostfix
Type: character vector
Default: '_re'

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.

Complex imaginary part postfix

Specify character vector to append to imaginary part of complex signal names.

Settings

Default: '_im'

Enter a character vector to be appended to the names generated for the imaginary part of complex signals.

Command-Line Information

Property: ComplexImagPostfix
Type: character vector
Default: '_im'

To set this property, use hdlset_param or makehdl. To view the property value, use hdlget_param.