12-28-2023 05:51 AM
May I have another question to this topic?
I need to connect a 100 ohm resistor in series with the diode.
How can I do this in LabView? I browsed the Functions drop-down menu and I haven't found a resistor.
The resistor is necessary to set the bias point of the diode.
Thank you very much in advance!
12-28-2023 08:07 AM
I have another question - what kind of LabView block is the one marked by the red circle?
Thank you very much!
12-28-2023 09:00 AM
LabVIEW is a programming language, not a circuit simulator (NI makes Multisim and Ultiboard for that).
You can model electronic circuits with math, but you can't simulate actual components.
12-28-2023 09:03 AM
That VI is Get Waveform Components from the Waveform palette. It separates a waveform into its components: Start TIme, Delta T and an array of Y points.
Altenbach used it to extract the Y array so he could perform math operations on the datapoints.
12-28-2023 10:10 AM
Thank you all!