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
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