Save output when filtering tags in Osisoft Python

Viewed 11

I'm having trouble saving the tags name being filtered into a variable. This is the case that I am commenting on because the type of variable is list but NoneType appears.

    tags='*CRT0101*'
    tag_query=OSIsoftPy.find_tags(tags)

enter image description here

When I select the filter to keep the labels I cannot save it in a variable.

Seeing that the list indicated in the attached image is not of type NoneType.

  • Is it possible to save console printouts to a dataframe or list?
  • Or save to a dataframe or list directly?

Thanks you community!

0 Answers
Related