LabVIEWNXGModule.UpdateModuleFromStep

Syntax

LabVIEWNXGModule.UpdateModuleFromStep( oldStep, options, unmappedParameters)

Purpose

Copies parameter values and other options like use default value, logging enabled, show Front Panel etc. from the old module to the current module.

Remarks

The parameter values and settings are only copied for parameters that match in name and type when the parameters from the old step are compared to the parameters in the current module. The unmapped parameters are returned in unmappedParameters . Use this step to copy parameter information and other step settings from an old LabVIEW step to the equivalent LabVIEW NXG step.

Parameters

oldStep As Module

[In] The LabVIEW module from which parameter values need to be populated.

options As Long

[In] Specifies which step or parameter settings should be copied from the old module.

unmappedParameters As String Array

[Out] Contains the names of those parameters from the old module that did not map to any parameter in the new module.

See Also

LabVIEWNXGModule

LabVIEWModule

UpdateModuleFromStepOptions