public class AmpsVsVolts
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
CurrentReadable |
ammeter
Current measurement device
|
float |
settleTime
Number of seconds between voltage setting and current reading
|
PowerChannel |
supply
Power supply channel supplying the voltage.
|
float |
voltsMax
Maximum voltage in sweep, in Volts.
|
float |
voltsMin
Minimum voltage in sweep, in Volts
|
float |
voltsStep
Voltage step size in Volts, must be greater than zero
|
Constructor and Description |
---|
AmpsVsVolts(PowerChannel supply,
CurrentReadable ammeter)
Specifies a current vs voltage measurement using the default voltage
range and
settleTime . |
AmpsVsVolts(PowerChannel supply,
CurrentReadable ammeter,
float voltsMin,
float voltsMax,
float voltsStep,
float settleTime)
Specifies a current vs voltage measurement.
|
public PowerChannel supply
public CurrentReadable ammeter
public float voltsMin
public float voltsMax
voltsMin
public float voltsStep
public float settleTime
public AmpsVsVolts(PowerChannel supply, CurrentReadable ammeter)
settleTime
.supply
- Power supply channel supplying the voltageammeter
- Current measurement devicepublic AmpsVsVolts(PowerChannel supply, CurrentReadable ammeter, float voltsMin, float voltsMax, float voltsStep, float settleTime)
supply
- Power supply channel supplying the voltageammeter
- Current measurement devicevoltsMin
- Minimum voltage in sweep, in VoltsvoltsMax
- Maximum voltage in sweep, in VoltsvoltsStep
- Voltage step size in Volts, must be greater than zerosettleTime
- Number of seconds between voltage setting and current reading