Sauter la navigation

Paramètres du compte.

Topic

Swapping Units

Page d'accueil ' Communauté ' FPScript ' Unités d'échange

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #33494
    John Gerhardy
    Participant

    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

    #33496
    John Gerhardy
    Participant

    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

    #33495
    Bernhard Kantz
    Participant

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

    DS = Unit Value DS

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

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.