You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, SetupNIDigitalPatternInstrument() method doesn't load any source waveform file to 6570/1's memory, because the method doesn't populate low level implemented flag to higher level.
Please add support to be able to control this flag from higher level method. Like it's shown below:
There is no significant effort is needed here since it is already implemented lower level Initialize (from InstrumentAbstraction.cs) function.
The text was updated successfully, but these errors were encountered:
SAntonya-NI
changed the title
[REQUEST] Add support to enable source waveform file loading in TestStandSteps.dll
[REQUEST] Add support to enable source waveform file loading in TestStandSteps.dll's SetupNIDigitalPatternInstrumentation() method
Nov 4, 2024
@SAntonya-NI, thank you for raising this request. It is being considered for a future release.
Please note that while the effort to implement this is not significant, it does however require more detailed thought and testing to confirm the appropriate implementation. Care must be taken to ensure adding an optional parameter to the existing method signature does not end up breaking the TestStand Step Type integration installed by the STS Software bundle.
Currently, SetupNIDigitalPatternInstrument() method doesn't load any source waveform file to 6570/1's memory, because the method doesn't populate low level implemented flag to higher level.
Please add support to be able to control this flag from higher level method. Like it's shown below:
There is no significant effort is needed here since it is already implemented lower level Initialize (from InstrumentAbstraction.cs) function.
The text was updated successfully, but these errors were encountered: