Forum FlexPro – Discuss your topic!

Swapping Units

Home > Community > FPScript > Swapping Units

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #12751
    John GerhardyJohn Gerhardy
    Teilnehmer

    Hello,

    two channel from an endurance test were pluggen into the wrong channel and I would like to swap the date for analysis in FP. Since several datasets are concatinated in a formel I thought swap the units there unfortunately without success.
    The data looks like this:
    Dataset A [Unit A]
    Dataset B [Unit B]

    What I would like is:
    Dataset A [Unit B]
    Dataset B [Unit A]

    It this possible in FPScript?

    Regards,
    John

    #8417
    John GerhardyJohn Gerhardy
    Teilnehmer

    Hello,

    two channel from an endurance test were pluggen into the wrong channel and I would like to swap the date for analysis in FP. Since several datasets are concatinated in a formel I thought swap the units there unfortunately without success.
    The data looks like this:
    Dataset A [Unit A]
    Dataset B [Unit B]

    What I would like is:
    Dataset A [Unit B]
    Dataset B [Unit A]

    It this possible in FPScript?

    Regards,
    John

    #9217
    Bernhard KantzBernhard Kantz
    Teilnehmer

    The Value operator removes the unit of its argument.
    To introduce the new unit, you can use the Unit operator.
    For example to change the unit of dataset DS from volts to ampere, one could write

    DS = Unit Value DS

    The FPScript functions AdjustUnit() and ChangeUnit() can only convert units of the same SI dimension.

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.