LabVIEWNXGParameterWireRequirements
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
LabVIEWNXGParameterWireRequirements
The LabVIEWNXGParameter.WireRequirement property returns one of the following constants to indicate if the module can pass a default value for the parameter.
- LabVIEWNXGParamWireReq_Optional –(Value: 2) Indicates that the module can use the default value for the parameter instead of passing a value.
- LabVIEWNXGParamWireReq_Recommended –(Value: 1) Indicates that the module can use the default value for the parameter. However, passing a value is recommended.
- LabVIEWNXGParamWireReq_Required –(Value: 0) Indicates that the module must pass a value for the parameter.