Skip to content

What does the TAP label mean? #208

Answered by tony-res
tony-res asked this question in Q&A
Discussion options

You must be logged in to vote

I figured it out. You just need to change the index in label_list. I suppose you can only get one label at a time??

['CDR_Length', 'PSH', 'PPC', 'PNC', 'SFvCSP']

If you want the PSH values, then you use:
data = Develop(name = 'TAP', label_name = label_list[1])

For SFvCSP then use:
data = Develop(name = 'TAP', label_name = label_list[-1])

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tony-res
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant