VeriStand .NET API Reference

ThermocoupleScale.ThermocoupleCJCSource Property

Gets or sets the channel that serves as the source of cold-junction compensation for the ThermocoupleScale.

Namespace: NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
Visual Basic (Declaration)
Public Property ThermocoupleCJCSource As BaseNode
C#
public BaseNode ThermocoupleCJCSource { get; set; }
Visual C++
public:
property BaseNode^ ThermocoupleCJCSource {
	BaseNode^ get ();
	void set (BaseNode^ value);
}

Property Value

A BaseNode reference to the channel that serves as the source of cold-junction compensation.

See Also

Log in to get a better experience