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

Protected Member Functions

 StepSweepConfiguration (Single startValue, Single endValue, UInt16 pointsPerSweep, Single blockTime)
 

Properties

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

◆ StepSweepConfiguration()

Regatron.G5.Api.System.StepSweepConfiguration.StepSweepConfiguration ( Single startValue,
Single endValue,
UInt16 pointsPerSweep,
Single blockTime )
inlineprotected

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].

◆ PointsPerSweep

UInt16 Regatron.G5.Api.System.StepSweepConfiguration.PointsPerSweep
get

Points per sweep [].

◆ StartValue

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

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