Table of Contents

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 double

Current in ampere.

SetCurrentProtection(double)

Sets the current protection.

public void SetCurrentProtection(double maxCurrent)

Parameters

maxCurrent double

Maximum current in ampere.

SetMode(SourceOutputMode)

Sets the mode.

public void SetMode(SourceOutputMode mode)

Parameters

mode SourceOutputMode

Mode to set.

SetVoltage(double)

Sets the voltage mode to constant (FIX) output and sets the voltage.

public void SetVoltage(double voltage)

Parameters

voltage double

Voltage in volt.

SetVoltageProtection(double)

Sets the voltage protection.

public void SetVoltageProtection(double maxVoltage)

Parameters

maxVoltage double

Maximum voltage in volt.