G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.System.TimeStepPeakSweepConfiguration Class Reference
Inheritance diagram for Regatron.G5.Api.System.TimeStepPeakSweepConfiguration:
Inheritance graph

Public Member Functions

 TimeStepPeakSweepConfiguration (Single startValue, Single endValue, UInt16 pointsPerSweep, Single dwellTimePerPoint, Single blockTime, PeakSweepEndBehavior sweepEndBehavior)
 

Properties

Single DwellTimePerPoint [get]
 Dwell time per point [s].
 
PeakSweepEndBehavior SweepEndBehavior [get]
 Defines the behavior when the sweep is finished.
 
UInt16 PointsPerSweep [get]
 Points per sweep [].
 
Single StartValue [get]
 Start value of the sweep [V, A, W or Hz].
 
Single EndValue [get]
 End value of the sweep [V, A, W or Hz].
 
Single BlockTime [get]
 Defines the overall time of the block [s].
 

Constructor & Destructor Documentation

◆ TimeStepPeakSweepConfiguration()

Regatron.G5.Api.System.TimeStepPeakSweepConfiguration.TimeStepPeakSweepConfiguration ( Single startValue,
Single endValue,
UInt16 pointsPerSweep,
Single dwellTimePerPoint,
Single blockTime,
PeakSweepEndBehavior sweepEndBehavior )
inline

Property Documentation

◆ BlockTime

Single Regatron.G5.Api.System.BaseSweepConfiguration.BlockTime
getinherited

Defines the overall time of the block [s].

◆ DwellTimePerPoint

Single Regatron.G5.Api.System.TimeStepPeakSweepConfiguration.DwellTimePerPoint
get

Dwell time per point [s].

◆ EndValue

Single Regatron.G5.Api.System.BaseSweepConfiguration.EndValue
getinherited

End value of the sweep [V, A, W or Hz].

◆ PointsPerSweep

UInt16 Regatron.G5.Api.System.StepSweepConfiguration.PointsPerSweep
getinherited

Points per sweep [].

◆ StartValue

Single Regatron.G5.Api.System.BaseSweepConfiguration.StartValue
getinherited

Start value of the sweep [V, A, W or Hz].

◆ SweepEndBehavior

PeakSweepEndBehavior Regatron.G5.Api.System.TimeStepPeakSweepConfiguration.SweepEndBehavior
get

Defines the behavior when the sweep is finished.