02-01-2024 07:52 AM
Hi ,
Iam having a TDR configuaration file (.digitdr) .I need to apply the same using an labview API. whether is there any option like giving the path of .digitdr file and applying the same.(for example like Digilevels and timing file).
Already we have a VI for TDR function in Labview but the same we cannot apply by giving the .digitdr file. we can apply it only by giving manually or constant values.
Please help me if we have any option for doing the same.
Thanks & Regards,
Arjun
02-01-2024 08:18 AM
Hi Arjun,
@ArjunMC wrote:
- TDR configuaration file (.digitdr)
- option like giving the path of .digitdr file
- like Digilevels and timing file
- we have a VI for TDR function in Labview but the same we cannot apply by giving the .digitdr file.
What exactly are you talking about?
02-01-2024 09:27 AM
Hi Gerdw,
I have to apply the TDR offset values from teststand sequence using LabVIEW API.I would like to know is there any possibility or option for the same.
I know like from DPE we can create TDR configuration file and find the TDR offset in a path.With the TDR configuration we can find the offset and apply the same from DPE.
But my question here is whether TDR offset can be applied from teststand using LabVIEW VI ?
Thanks & Regards,
Arjun
02-01-2024 01:08 PM
Hi Arjun,
@ArjunMC wrote:
I have to apply the TDR offset values from teststand sequence using LabVIEW API.
I would like to know is there any possibility or option for the same.
I know like from DPE we can create TDR configuration file and find the TDR offset in a path.
With the TDR configuration we can find the offset and apply the same from DPE.
But my question here is whether TDR offset can be applied from teststand using LabVIEW VI ?
What are "TDR offset values"?
What is "DPE"?
What is a "TDR configuration file"?
How do you find the "offset in a path"?
First you want to create a config file "from DPE", then you want to "find offset and apply from DPE"?
In general you can call LabVIEW VIs from TestStand. We use LVLIBPs all the time with TestStand…