Class B2900Source
- Namespace
- Loehnert.Lisrt.SourceMeasureUnit.Keysight
- Assembly
- Loehnert.Lisrt.SourceMeasureUnit.Keysight.dll
Represents the source sub system.
public class B2900Source
- Inheritance
-
B2900Source
- Inherited Members
Methods
SetCurrent(double)
Sets the current mode to constant (FIX) output and sets the current.
public void SetCurrent(double current)
Parameters
current
doubleCurrent in ampere.
SetCurrentProtection(double)
Sets the current protection.
public void SetCurrentProtection(double maxCurrent)
Parameters
maxCurrent
doubleMaximum current in ampere.
SetMode(SourceOutputMode)
Sets the mode.
public void SetMode(SourceOutputMode mode)
Parameters
mode
SourceOutputModeMode to set.
SetVoltage(double)
Sets the voltage mode to constant (FIX) output and sets the voltage.
public void SetVoltage(double voltage)
Parameters
voltage
doubleVoltage in volt.
SetVoltageProtection(double)
Sets the voltage protection.
public void SetVoltageProtection(double maxVoltage)
Parameters
maxVoltage
doubleMaximum voltage in volt.