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

Public Member Functions

 PeriodsStepFrequencySweepConfiguration (Single startValue, Single endValue, UInt16 pointsPerSweep, UInt16 dwellPeriodsPerPoint, Single blockTime, FrequencySweepEndBehavior sweepEndBehavior)
 

Properties

UInt16 DwellPeriodsPerPoint [get]
 Dwell periods per point [].
 
FrequencySweepEndBehavior 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

◆ PeriodsStepFrequencySweepConfiguration()

Regatron.G5.Api.System.PeriodsStepFrequencySweepConfiguration.PeriodsStepFrequencySweepConfiguration ( Single startValue,
Single endValue,
UInt16 pointsPerSweep,
UInt16 dwellPeriodsPerPoint,
Single blockTime,
FrequencySweepEndBehavior sweepEndBehavior )
inline

Property Documentation

◆ BlockTime

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

Defines the overall time of the block [s].

◆ DwellPeriodsPerPoint

UInt16 Regatron.G5.Api.System.PeriodsStepFrequencySweepConfiguration.DwellPeriodsPerPoint
get

Dwell periods per point [].

◆ 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

FrequencySweepEndBehavior Regatron.G5.Api.System.PeriodsStepFrequencySweepConfiguration.SweepEndBehavior
get

Defines the behavior when the sweep is finished.