Skip to content

triggering source on the analog channels #52

Description

@ascnave

Hi Christian,

First of all, I like to thanks you for this great contribution, I recently started to use M2p.5946-x4 cards and found your code extremely useful.

For my application I would like to use as external trigger the main analog channel of the card. So I can display the channel I am triggering on.

In the manual p'103, they give some examples. I would like to do something like that:

trigger_settings = TriggerSettings(
trigger_sources=[TriggerSource.SPC_TMASK_CH0],
external_trigger_mode=ExternalTriggerMode.SPC_TM_POS,
external_trigger_level_in_mv=1000,
)

Is this option implemented in your code?

Thank you very much for your support.

Cheers,
Andy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions