Connected
- Updated2025-10-06
- 1 minute(s) read
Gets or sets whether the output relay is connected (closed) or disconnected (open). The Enabled property does not change based on this property; they are independent of each other. Set this property to false to disconnect the output terminal from the output.
Syntax
Namespace: NationalInstruments.ModularInstruments.NIDCPower
public bool Connected { get; set; }
Remarks
The default value is true.
The PXIe-4051 does not have an output relay. For the PXIe-4051, this property specifies whether the input MOSFETs are connected (ON) or disconnected (OFF).
NI-DCPower uses the terms "source" and "output". However, while sinking with electronic loads and SMUs these correspond to "sinking" and "input", respectively.
This property is not supported by all instruments. Refer to the Supported Properties by Device topic in the NI DC Power Supplies and SMUs Help for information about supported instruments.