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

Public Member Functions

 SteadyPeakSweepConfiguration (Single startValue, Single endValue, Single sweepTime, Single blockTime, PeakSweepEndBehavior sweepEndBehavior)
 

Properties

PeakSweepEndBehavior SweepEndBehavior [get]
 Defines the behavior when the sweep is finished.
 
Single SweepTime [get]
 Total duration of the sweep [s].
 
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

◆ SteadyPeakSweepConfiguration()

Regatron.G5.Api.System.SteadyPeakSweepConfiguration.SteadyPeakSweepConfiguration ( Single startValue,
Single endValue,
Single sweepTime,
Single blockTime,
PeakSweepEndBehavior sweepEndBehavior )
inline

Property Documentation

◆ BlockTime

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

Defines the overall time of the block [s].

◆ EndValue

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

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

◆ 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.SteadyPeakSweepConfiguration.SweepEndBehavior
get

Defines the behavior when the sweep is finished.

◆ SweepTime

Single Regatron.G5.Api.System.SteadySweepConfiguration.SweepTime
getinherited

Total duration of the sweep [s].