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

Public Member Functions

 FrequencySweepConfiguration (Single startValue, Single endValue, FunctionGeneratorSweepMode sweepMode, UInt16 pointsPerSweep, FunctionGeneratorSweepDwellMode dwellMode, Single dwellTimePerPoint, UInt16 dwellPeriodsPerPoint, Single sweepTime, Single blockTime, FrequencySweepEndBehavior sweepEndBehavior)
 

Properties

FunctionGeneratorSweepMode SweepMode [get]
 Sweep mode.
 
FunctionGeneratorSweepDwellMode DwellMode [get]
 Dwell mode.
 
UInt16 DwellPeriodsPerPoint [get]
 Dwell periods per point. [].
 
Single SweepTime [get]
 Total duration of the sweep [s].
 
Single DwellTimePerPoint [get]
 Dwell time per point [s].
 
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

◆ FrequencySweepConfiguration()

Regatron.G5.Api.System.FrequencySweepConfiguration.FrequencySweepConfiguration ( Single startValue,
Single endValue,
FunctionGeneratorSweepMode sweepMode,
UInt16 pointsPerSweep,
FunctionGeneratorSweepDwellMode dwellMode,
Single dwellTimePerPoint,
UInt16 dwellPeriodsPerPoint,
Single sweepTime,
Single blockTime,
FrequencySweepEndBehavior sweepEndBehavior )
inline

Property Documentation

◆ BlockTime

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

Defines the overall time of the block [s].

◆ DwellMode

FunctionGeneratorSweepDwellMode Regatron.G5.Api.System.FrequencySweepConfiguration.DwellMode
get

Dwell mode.

◆ DwellPeriodsPerPoint

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

Dwell periods per point. [].

◆ DwellTimePerPoint

Single Regatron.G5.Api.System.TimeStepFrequencySweepConfiguration.DwellTimePerPoint
getinherited

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

FrequencySweepEndBehavior Regatron.G5.Api.System.TimeStepFrequencySweepConfiguration.SweepEndBehavior
getinherited

Defines the behavior when the sweep is finished.

◆ SweepMode

FunctionGeneratorSweepMode Regatron.G5.Api.System.FrequencySweepConfiguration.SweepMode
get

Sweep mode.

◆ SweepTime

Single Regatron.G5.Api.System.FrequencySweepConfiguration.SweepTime
get

Total duration of the sweep [s].