LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

labview: biphasic square wave pulse starting at 0

I'm new to Labview and am trying to figure out how to generate biphasic square wave pulses that start & end at 0. I'm using a 33120A function generator / arb using GPIB. I've tried using the driver (the burst modulation and wave configuration VIs), but the pulses they give me start from the bottom of the square wave instead of from 0.

Any thoughts? Thanks.
0 Kudos
Message 1 of 3
(2,909 Views)
You can generate your own waveform. 0, -1, -1, ... -1, +1, +1, ... +1, 0. Send that to the instrument, save it as Biphasic, and call it like the internal functions. I don't have one of the instruments or the documentation now, but I have done something like this in the past.

Lynn
0 Kudos
Message 2 of 3
(2,905 Views)
It works. Thanks!
0 Kudos
Message 3 of 3
(2,896 Views)