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

Protected Member Functions

 BaseSweepParameters (Single startValue, Single endValue, FunctionGeneratorSweepMode sweepMode, Single sweepTime, Single dwellTimePerPoint, Single blockTime)
 

Properties

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.
 

Constructor & Destructor Documentation

◆ BaseSweepParameters()

Regatron.G5.Api.System.BaseSweepParameters.BaseSweepParameters ( Single startValue,
Single endValue,
FunctionGeneratorSweepMode sweepMode,
Single sweepTime,
Single dwellTimePerPoint,
Single blockTime )
inlineprotected

Property Documentation

◆ BlockTime

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

Defines the overall time of the block.

◆ DwellTimePerPoint

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

Dwell time per point.

◆ EndValue

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

End value of the sweep.

◆ StartValue

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

Start value of the sweep.

◆ SweepMode

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

Sweep mode.

◆ SweepTime

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

Total duration of the sweep.
.