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

Public Member Functions

 PeakSweepParameters (Single startValue, Single endValue, FunctionGeneratorSweepMode sweepMode, Single sweepTime, Single dwellTimePerPoint, Single blockTime, PeakSweepEndBehavior sweepEndBehavior)
 

Properties

PeakSweepEndBehavior SweepEndBehavior [get]
 Defines the behavior when the sweep is finished.
 
Single StartValue [get]
 Start value of the sweep.
 
Single EndValue [get]
 End value of the sweep.
 
FunctionGeneratorSweepMode SweepMode [get]
 Sweep mode.
 
Single SweepTime [get]
 Total duration of the sweep.
.
 
Single DwellTimePerPoint [get]
 Dwell time per point.
 
Single BlockTime [get]
 Defines the overall time of the block.
 

Detailed Description

Constructor & Destructor Documentation

◆ PeakSweepParameters()

Regatron.G5.Api.System.PeakSweepParameters.PeakSweepParameters ( Single startValue,
Single endValue,
FunctionGeneratorSweepMode sweepMode,
Single sweepTime,
Single dwellTimePerPoint,
Single blockTime,
PeakSweepEndBehavior sweepEndBehavior )
inline

Property Documentation

◆ BlockTime

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

Defines the overall time of the block.

◆ DwellTimePerPoint

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

Dwell time per point.

◆ EndValue

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

End value of the sweep.

◆ StartValue

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

Start value of the sweep.

◆ SweepEndBehavior

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

Defines the behavior when the sweep is finished.

◆ SweepMode

FunctionGeneratorSweepMode Regatron.G5.Api.System.BaseSweepParameters.SweepMode
getinherited

Sweep mode.

◆ SweepTime

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

Total duration of the sweep.
.