trigger ready on 4824 Picoscope

Post your VB and VBA discussions here
Post Reply
e4411a
Newbie
Posts: 1
Joined: Wed Mar 22, 2017 3:34 pm

trigger ready on 4824 Picoscope

Post by e4411a »

Hi,
We need to collect data from 2 4824A scopes. We are using the SDK for collecting the data. I wanted to have more details and the usage for the API listed below.

1. IsTriggeready: This is a function of the wrapper. How and when can we use this function?
2. ps4000aIsLedFlashing : What is this used for?

Rgds

Hitesh

Re: trigger ready on 4824 Picoscope

Post by Hitesh »

Hi e4411a,

The IsTriggerReady() function is used for streaming mode data collection, and is used to check if the device has triggered or not. A description of this function can be found in the source code file for the wrapper.

With regards to the ps4000aIsLedFlashing() function, below is the definition from the Programmer's Guide:
This function reports whether or not the LED is flashing

The LED will normally be flashing when data acquisition is in process.

Regards,

Post Reply