Pulsonix User Forum

Technical advice from Pulsonix engineers and the wider community.

Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help with using Pulsonix
 General
 Combining of wildcards
Author Previous Topic Topic Next Topic  

HarryHirn

Germany
26 Posts

Posted - 10 Nov 2023 :  13:47:41  Show Profile  Reply with Quote
Hi,

i tried to combine some wildcards but was not able to find the solution.

From the help i found all the wildcard characters but unfortunately i was not able to create a matching rule i wanted to.

Assume i have several signals like
SPI_MOSI
SPI_MISO
SPI_CLK
SPI_CLK_MASTER
SPI_CLK_SLAVE

I would like to apply one rule to all the SPI signals except the MASTER and SLAVE stubs.

Wildcards:
String begins with: SPI_
SPI_*

String does not end with MASTER
%^*MASTER


Combining these two like

SPI_*%^*MASTER

does not work.


Can wildcards be connected like that?
Is there an AND operator?

TY

feynman

Switzerland
26 Posts

Posted - 13 Nov 2023 :  12:21:06  Show Profile  Reply with Quote
Hi,

maybe have a try with SPI_%^%{*MASTER|*SLAVE%}

That expression should match strings starting with "SPI_" and not ending with "MASTER" or "SLAVE".

Regards,
feynman
Go to Top of Page

HarryHirn

Germany
26 Posts

Posted - 14 Nov 2023 :  07:16:38  Show Profile  Reply with Quote
hi feynman,

this works!

thank you!
Go to Top of Page
  Previous Topic Topic Next Topic  
Jump To: