Name | Type | Default value | Description |
---|---|---|---|
expr | string | Virtual expression to compare. | |
LSB | int | Position of the least significant bit to be considered. Applies to integer values only, ignored otherwize. | |
MSB | int | 63 | Position of the most significant bit to be considered. Applies to integer values only, ignored otherwize. |
limit | int | Maximum number of characters to consider when comparing string values. 0 means the string is compared till the end. Applies to alphanumerical values only, ignored otherwize. |