Jump to content

Returning 'Formula Parameters' from spy.search


Recommended Posts

Posted

I am trying to access the 'Formula Parameters' on specific signals that I created.  I notice that if I do a spy.search to return the signals I created, when I try to show 'Formula Parameters' they are not there:

image.thumb.jpeg.428e96ddd6b638c81101aa252f40adcb.jpeg

However, if I do a spy.search on a worksheet, I can access the 'Formula Parameters':

image.thumb.jpeg.38d1cf4e66ba64acabfb94d267fa4efd.jpeg

image.jpeg.ac7dc8f87fb640d1cedad6123f1e1c02.jpeg

Notice I am access the same signal ID in both cases.

Is there some way to do spy.search on specific signals and have that search return the  'Formula Parameters'?

 

image.jpeg

Posted

I figured it out!  Set all-properties to True.

Lab_Pred_DF = spy.search({
    'Name': 'Lab_*_PRED',
    'Scoped To':scopedtoid
},
all_properties=True)
Lab_Pred_DF

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...