DependentFile Class
- Updated2023-02-21
- 2 minute(s) read
Represents a dependent file, which can be any file that another node requires. For example, model files, bitfiles, and VIs that make up custom devices can all be dependent files.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Use the members of this class to configure basic properties of a dependent file, such as the path to its location on the host, the destination path for the file on an RT target, and version information about the file.
Accessing this Class
- DependentFile Constructor
- CANPort.AFPBinaryFile
- CustomDevice.AddDependencies
- CustomDevice.GetDependencies
- CustomDevice.GetDriverVIForOwnerTargetType
- CustomDevice.GetDriverVIs
- CustomDevice.GetTimingSourceInitVIs
- CustomDevice.SetDriverVIs
- CustomDevice.SetTimingSourceInitVIs
- CustomDeviceBase.GetDependentFileProperty
- DataFileReplay.Path
- FPGADevice.FPGABitfile
- FPGADevice.FPGAConfigFile
- Model.DLLPath
- Model.ModelPath
Inheritance Hierarchy
Thread Safety
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.