Jump to content

Ákos Bánár

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Ákos Bánár

  1. Dear All,

    In python I have the following logic what I'd like to translate to Seeq formula.

    np.where((testdf['Signal_1']) < 0, testdf['Signal_2'], np.where((testdf['Signal_1']) < 30, testdf['Signal_2'], testdf['Signal_1']))

    I know it would possible with capsules but it is only one leg of the whole solution and I think it's obscure to have 20-30 capsules for only one calculation what we use at others too.

     

×
×
  • Create New...