hi, sorry for the late response. 1. I am using EAL(2.2.0), today I try to upgrade to 2.3, then I can only search device but cannot connect successfully. 2. I try to implement the automatic trigger mode according to the EAL document, when I come to the step of setting the trigger mode, ealConnection.Oscilloscope.Trigger.Type = TriggerType.AutomaticTrigger; but still failed with the error "Parameter: P-0-0026: Invalid operation data" 3. as for manual trigger, still come with the same error as point 2 when I try to set the trigger type ealConnection.Oscilloscope.Trigger.Type = TriggerType.ManualTrigger; then, I try to raise the trigger after start oscilloscope, as // Raise manual trigger
ealConnection.Oscilloscope.RaiseTrigger(); but failed with the message "EAL.Exceptions.NotSupportedEALException: 'Axis:0 Parameter:P-0-0136 : IDN not supported'", and it seems that the parameter P-0-0136 doesn't exist in the device attached is the par file of my device, thanks in advance
... View more