G5.Api 1.22.0.121
.Net API to control Regatron G5 devices
Loading...
Searching...
No Matches
Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration Class Referencesealed

Public Member Functions

FunctionGeneratorControlMode GetControlMode ()
 
void SetControlMode (FunctionGeneratorControlMode controlMode)
 
FunctionGeneratorFunctionType GetBaseFunction ()
 
void SetBaseFunction (FunctionGeneratorFunctionType functionType)
 
void EnableManualScaling ()
 
void DisableManualScaling ()
 
bool IsManualScalingEnabled ()
 
Single GetRampTime ()
 
void SetRampTime (Single rampTime)
 
UInt32 GetBaseFunctionRepetitions ()
 
void SetBaseFunctionRepetitions (UInt32 repeats)
 
Single GetPeakValue ()
 
void SetPeakValue (Single value)
 
Single GetOffset ()
 
void SetOffset (Single offset)
 
Single GetFrequency ()
 
void SetFrequency (Single frequency)
 
Single GetSymmetry ()
 
void SetSymmetry (Single symmetry)
 
void EnableAapInputFilter ()
 
void DisableAapInputFilter ()
 
Boolean IsAapInputFilterEnabled ()
 
Single GetAapInputFilterCutOffFrequency ()
 
void SetAapInputFilterCutOffFrequency (Single frequency)
 
Single GetAapInputScale ()
 
void SetAapInputScale (Single scale)
 
void EnableExponentialEnvelope ()
 
void DisableExponentialEnvelope ()
 
Boolean IsExponentialEnvelopeEnabled ()
 
Single GetExponentialEnvelopeTimeConstant ()
 
void SetExponentialEnvelopeTimeConstant (Single time)
 
FunctionGeneratorPhysicalQuantity GetAapPhysicalQuantityInput ()
 
void SetAapPhysicalQuantityInput (FunctionGeneratorPhysicalQuantity physicalQuantityInput)
 
UInt32 GetNumberOfFunctionPoints ()
 
IList< Tuple< Single, Single > > GetFunctionPoints ()
 Get the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation.
 
Point[] GetFunctionPointsArray ()
 Get the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation. This method is only intended for use when no generics are supported by the actual environment. In all other cases GetFunctionPoints should be used.
 
void SetFunctionPoints (IList< Tuple< Single, Single > > points)
 Set the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation.
 
void SetFunctionPointsArray (Point[] points)
 Set the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation. This method is only intended for use when no generics are supported by the actual environment. In all other cases SetFunctionPoints should be used.
 
void RemoveAllFunctionPoints ()
 
UInt32 GetMaximalNumberOfFunctionPoints ()
 
void EnableFrequencySweep ()
 Enables the frequency sweep.
 
void DisableFrequencySweep ()
 Disables the frequency sweep.
 
Boolean IsFrequencySweepEnabled ()
 Checks if the frequency sweep is enabled.
 
void SetFrequencySweepParameters (FrequencySweepParameters frequencySweepParameters)
 Configures a frequency sweep on the connected device. The DwellMode will be set to TimePerPoint.
 
FrequencySweepParameters GetFrequencySweepParameters ()
 Get the actual parameter set of the configured frequency sweep on the connected device.
 
void SetLinearFrequencySweepConfiguration (SteadyFrequencySweepConfiguration steadyFrequencySweepConfiguration)
 Configures a frequency sweep on the connected device. The SweepMode will be set to Linear.
 
void SetLinearStepFrequencySweepConfiguration (TimeStepFrequencySweepConfiguration timeStepFrequencySweepConfiguration)
 Configures a frequency sweep on the connected device. The SweepMode will be set to LinearStep. The DwellMode will be set to TimePerPoint.
 
void SetLinearStepFrequencySweepConfiguration (PeriodsStepFrequencySweepConfiguration periodsStepFrequencySweepConfiguration)
 Configures a frequency sweep on the connected device. The SweepMode will be set to LinearStep. The DwellMode will be set to PeriodsPerPoint.
 
void SetExponentialFrequencySweepConfiguration (SteadyFrequencySweepConfiguration steadyFrequencySweepConfiguration)
 Configures a frequency sweep on the connected device. The SweepMode will be set to Exponential.
 
void SetExponentialStepFrequencySweepConfiguration (TimeStepFrequencySweepConfiguration timeStepFrequencySweepConfiguration)
 Configures a frequency sweep on the connected device. The SweepMode will be set to ExponentialStep. The DwellMode will be set to TimePerPoint.
 
void SetExponentialStepFrequencySweepConfiguration (PeriodsStepFrequencySweepConfiguration periodsStepFrequencySweepConfiguration)
 Configures a frequency sweep on the connected device. The SweepMode will be set to ExponentialStep. The DwellMode will be set to PeriodsPerPoint.
 
FrequencySweepConfiguration GetFrequencySweepConfiguration ()
 Get the actual configuration of the frequency sweep on the connected device.
 
void EnablePeakSweep ()
 Enables the peak sweep.
 
void DisablePeakSweep ()
 Disables the peak sweep.
 
Boolean IsPeakSweepEnabled ()
 Checks if the peak sweep is enabled.
 
void SetPeakSweepParameters (PeakSweepParameters peakSweepParameters)
 Configures a peak sweep on the connected device. The DwellMode is automatically set to TimePerPoint.
 
PeakSweepParameters GetPeakSweepParameters ()
 Get the actual parameter set of the configured peak sweep on the connected device.
 
void SetLinearPeakSweepConfiguration (SteadyPeakSweepConfiguration steadyPeakSweepConfiguration)
 Configures a peak sweep on the connected device. The SweepMode will be set to Linear.
 
void SetLinearStepPeakSweepConfiguration (TimeStepPeakSweepConfiguration timeStepPeakSweepConfiguration)
 Configures a peak sweep on the connected device. The SweepMode will be set to LinearStep.
 
void SetExponentialPeakSweepConfiguration (SteadyPeakSweepConfiguration steadyPeakSweepConfiguration)
 Configures a peak sweep on the connected device. The SweepMode will be set to Exponential.
 
void SetExponentialStepPeakSweepConfiguration (TimeStepPeakSweepConfiguration timeStepPeakSweepConfiguration)
 Configures a peak sweep on the connected device. The SweepMode will be set to ExponentialStep.
 
PeakSweepConfiguration GetPeakSweepConfiguration ()
 Get the actual configuration of the peak sweep on the connected device.
 
Single CalculateBlockTime ()
 Calculate the block time depending on the peak and/or frequency sweep times of the enabled sweeps. If no sweep is enabled, the block time remains unchanged.
 

Member Function Documentation

◆ CalculateBlockTime()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.CalculateBlockTime ( )
inline

Calculate the block time depending on the peak and/or frequency sweep times of the enabled sweeps. If no sweep is enabled, the block time remains unchanged.

Returns
Block time.
Exceptions
G5ApiException

◆ DisableAapInputFilter()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.DisableAapInputFilter ( )
inline
Exceptions
G5ApiException

◆ DisableExponentialEnvelope()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.DisableExponentialEnvelope ( )
inline
Exceptions
G5ApiException

◆ DisableFrequencySweep()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.DisableFrequencySweep ( )
inline

Disables the frequency sweep.

Exceptions
G5ApiException

◆ DisableManualScaling()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.DisableManualScaling ( )
inline
Exceptions
G5ApiException

◆ DisablePeakSweep()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.DisablePeakSweep ( )
inline

Disables the peak sweep.

Exceptions
G5ApiException

◆ EnableAapInputFilter()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.EnableAapInputFilter ( )
inline
Exceptions
G5ApiException

◆ EnableExponentialEnvelope()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.EnableExponentialEnvelope ( )
inline
Exceptions
G5ApiException

◆ EnableFrequencySweep()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.EnableFrequencySweep ( )
inline

Enables the frequency sweep.

Exceptions
G5ApiException

◆ EnableManualScaling()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.EnableManualScaling ( )
inline
Exceptions
G5ApiException

◆ EnablePeakSweep()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.EnablePeakSweep ( )
inline

Enables the peak sweep.

Exceptions
G5ApiException

◆ GetAapInputFilterCutOffFrequency()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetAapInputFilterCutOffFrequency ( )
inline
Returns
Exceptions
G5ApiException

◆ GetAapInputScale()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetAapInputScale ( )
inline
Returns
Exceptions
G5ApiException

◆ GetAapPhysicalQuantityInput()

FunctionGeneratorPhysicalQuantity Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetAapPhysicalQuantityInput ( )
inline
Returns
Returns an instance of FunctionGeneratorPhysicalQuantity
Exceptions
G5ApiException

◆ GetBaseFunction()

FunctionGeneratorFunctionType Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetBaseFunction ( )
inline
Returns
Get a instance of FunctionGeneratorFunctionType
Exceptions
G5ApiException

◆ GetBaseFunctionRepetitions()

UInt32 Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetBaseFunctionRepetitions ( )
inline
Returns
Exceptions
G5ApiException

◆ GetControlMode()

FunctionGeneratorControlMode Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetControlMode ( )
inline
Returns
Exceptions
G5ApiException

◆ GetExponentialEnvelopeTimeConstant()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetExponentialEnvelopeTimeConstant ( )
inline
Returns
Exceptions
G5ApiException

◆ GetFrequency()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetFrequency ( )
inline
Returns
Exceptions
G5ApiException

◆ GetFrequencySweepConfiguration()

FrequencySweepConfiguration Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetFrequencySweepConfiguration ( )
inline

Get the actual configuration of the frequency sweep on the connected device.

Returns
Frequency sweep configuration.
Exceptions
G5ApiException

◆ GetFrequencySweepParameters()

FrequencySweepParameters Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetFrequencySweepParameters ( )
inline

Get the actual parameter set of the configured frequency sweep on the connected device.

Deprecated
This method is obsolete. Use method GetFrequencySweepConfiguration instead.
Returns
Frequency sweep parameter set.
Exceptions
G5ApiException

◆ GetFunctionPoints()

IList< Tuple< Single, Single > > Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetFunctionPoints ( )
inline

Get the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation.

Returns
List of data points
Exceptions
G5ApiException

◆ GetFunctionPointsArray()

Point[] Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetFunctionPointsArray ( )
inline

Get the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation. This method is only intended for use when no generics are supported by the actual environment. In all other cases GetFunctionPoints should be used.

Returns
Array of data points.
Exceptions
G5ApiException

◆ GetMaximalNumberOfFunctionPoints()

UInt32 Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetMaximalNumberOfFunctionPoints ( )
inline
Returns
Exceptions
G5ApiException

◆ GetNumberOfFunctionPoints()

UInt32 Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetNumberOfFunctionPoints ( )
inline
Returns
Exceptions
G5ApiException

◆ GetOffset()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetOffset ( )
inline
Returns
Exceptions
G5ApiException

◆ GetPeakSweepConfiguration()

PeakSweepConfiguration Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetPeakSweepConfiguration ( )
inline

Get the actual configuration of the peak sweep on the connected device.

Returns
Peak sweep configuration.
Exceptions
G5ApiException

◆ GetPeakSweepParameters()

PeakSweepParameters Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetPeakSweepParameters ( )
inline

Get the actual parameter set of the configured peak sweep on the connected device.

Deprecated
This method is obsolete. Use method GetPeakSweepConfiguration instead.
Returns
Peak sweep parameter set.
Exceptions
G5ApiException

◆ GetPeakValue()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetPeakValue ( )
inline
Returns
Exceptions
G5ApiException

◆ GetRampTime()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetRampTime ( )
inline
Returns
Exceptions
G5ApiException

◆ GetSymmetry()

Single Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.GetSymmetry ( )
inline
Returns
Value in percent (0 to 100) Rectangle: specifies the high time amount, e.g. 0.4 = 40% of period is high Triangle: specifies the rise time amount, e.g. 0.4 = 40% of period has a rising edge
Exceptions
G5ApiException

◆ IsAapInputFilterEnabled()

Boolean Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.IsAapInputFilterEnabled ( )
inline
Returns
Exceptions
G5ApiException

◆ IsExponentialEnvelopeEnabled()

Boolean Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.IsExponentialEnvelopeEnabled ( )
inline
Returns
Exceptions
G5ApiException

◆ IsFrequencySweepEnabled()

Boolean Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.IsFrequencySweepEnabled ( )
inline

Checks if the frequency sweep is enabled.

Returns
true: frequency sweep enabled
false: frequency sweep disabled
Exceptions
G5ApiException

◆ IsManualScalingEnabled()

bool Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.IsManualScalingEnabled ( )
inline
Exceptions
G5ApiException

◆ IsPeakSweepEnabled()

Boolean Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.IsPeakSweepEnabled ( )
inline

Checks if the peak sweep is enabled.

Returns
true: peak sweep enabled
false: peak sweep disabled
Exceptions
G5ApiException

◆ RemoveAllFunctionPoints()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.RemoveAllFunctionPoints ( )
inline
Exceptions
G5ApiException

◆ SetAapInputFilterCutOffFrequency()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetAapInputFilterCutOffFrequency ( Single frequency)
inline
Parameters
frequency
Exceptions
G5ApiException

◆ SetAapInputScale()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetAapInputScale ( Single scale)
inline
Parameters
scale
Exceptions
G5ApiException

◆ SetAapPhysicalQuantityInput()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetAapPhysicalQuantityInput ( FunctionGeneratorPhysicalQuantity physicalQuantityInput)
inline
Parameters
physicalQuantityInput
Exceptions
G5ApiException

◆ SetBaseFunction()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetBaseFunction ( FunctionGeneratorFunctionType functionType)
inline
Exceptions
G5ApiException

◆ SetBaseFunctionRepetitions()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetBaseFunctionRepetitions ( UInt32 repeats)
inline
Exceptions
G5ApiException

◆ SetControlMode()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetControlMode ( FunctionGeneratorControlMode controlMode)
inline
Parameters
controlMode
Exceptions
G5ApiException

◆ SetExponentialEnvelopeTimeConstant()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetExponentialEnvelopeTimeConstant ( Single time)
inline
Parameters
time
Exceptions
G5ApiException

◆ SetExponentialFrequencySweepConfiguration()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetExponentialFrequencySweepConfiguration ( SteadyFrequencySweepConfiguration steadyFrequencySweepConfiguration)
inline

Configures a frequency sweep on the connected device. The SweepMode will be set to Exponential.

Parameters
steadyFrequencySweepConfigurationSteady frequency sweep configuration
Exceptions
G5ApiException

◆ SetExponentialPeakSweepConfiguration()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetExponentialPeakSweepConfiguration ( SteadyPeakSweepConfiguration steadyPeakSweepConfiguration)
inline

Configures a peak sweep on the connected device. The SweepMode will be set to Exponential.

Parameters
steadyPeakSweepConfigurationSteady peak sweep configuration
Exceptions
G5ApiException

◆ SetExponentialStepFrequencySweepConfiguration() [1/2]

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetExponentialStepFrequencySweepConfiguration ( PeriodsStepFrequencySweepConfiguration periodsStepFrequencySweepConfiguration)
inline

Configures a frequency sweep on the connected device. The SweepMode will be set to ExponentialStep. The DwellMode will be set to PeriodsPerPoint.

Parameters
periodsStepFrequencySweepConfigurationPeriods step frequency sweep configuration
Exceptions
G5ApiException

◆ SetExponentialStepFrequencySweepConfiguration() [2/2]

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetExponentialStepFrequencySweepConfiguration ( TimeStepFrequencySweepConfiguration timeStepFrequencySweepConfiguration)
inline

Configures a frequency sweep on the connected device. The SweepMode will be set to ExponentialStep. The DwellMode will be set to TimePerPoint.

Parameters
timeStepFrequencySweepConfigurationTime step frequency sweep configuration
Exceptions
G5ApiException

◆ SetExponentialStepPeakSweepConfiguration()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetExponentialStepPeakSweepConfiguration ( TimeStepPeakSweepConfiguration timeStepPeakSweepConfiguration)
inline

Configures a peak sweep on the connected device. The SweepMode will be set to ExponentialStep.

Parameters
timeStepPeakSweepConfigurationTime step peak sweep configuration
Exceptions
G5ApiException

◆ SetFrequency()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetFrequency ( Single frequency)
inline
Parameters
frequency
Exceptions
G5ApiException

◆ SetFrequencySweepParameters()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetFrequencySweepParameters ( FrequencySweepParameters frequencySweepParameters)
inline

Configures a frequency sweep on the connected device. The DwellMode will be set to TimePerPoint.

Deprecated
This method is obsolete. Use method SetLinearFrequencySweepConfiguration, SetLinearStepFrequencySweepConfiguration, SetExponentialFrequencySweepConfiguration or SetExponentialStepFrequencySweepConfiguration instead.
Parameters
frequencySweepParametersFrequency sweep parameter set
Exceptions
G5ApiException

◆ SetFunctionPoints()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetFunctionPoints ( IList< Tuple< Single, Single > > points)
inline

Set the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation.

Parameters
pointsPoints to be set.
Exceptions
G5ApiException

◆ SetFunctionPointsArray()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetFunctionPointsArray ( Point[] points)
inline

Set the user defined points of the function generator for UserDefined, Aap or SolarArraySimulation. This method is only intended for use when no generics are supported by the actual environment. In all other cases SetFunctionPoints should be used.

Parameters
pointsPoints to be set.
Exceptions
G5ApiException

◆ SetLinearFrequencySweepConfiguration()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetLinearFrequencySweepConfiguration ( SteadyFrequencySweepConfiguration steadyFrequencySweepConfiguration)
inline

Configures a frequency sweep on the connected device. The SweepMode will be set to Linear.

Parameters
steadyFrequencySweepConfigurationSteady frequency sweep configuration
Exceptions
G5ApiException

◆ SetLinearPeakSweepConfiguration()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetLinearPeakSweepConfiguration ( SteadyPeakSweepConfiguration steadyPeakSweepConfiguration)
inline

Configures a peak sweep on the connected device. The SweepMode will be set to Linear.

Parameters
steadyPeakSweepConfigurationSteady peak sweep configuration
Exceptions
G5ApiException

◆ SetLinearStepFrequencySweepConfiguration() [1/2]

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetLinearStepFrequencySweepConfiguration ( PeriodsStepFrequencySweepConfiguration periodsStepFrequencySweepConfiguration)
inline

Configures a frequency sweep on the connected device. The SweepMode will be set to LinearStep. The DwellMode will be set to PeriodsPerPoint.

Parameters
periodsStepFrequencySweepConfigurationPeriods step frequency sweep configuration
Exceptions
G5ApiException

◆ SetLinearStepFrequencySweepConfiguration() [2/2]

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetLinearStepFrequencySweepConfiguration ( TimeStepFrequencySweepConfiguration timeStepFrequencySweepConfiguration)
inline

Configures a frequency sweep on the connected device. The SweepMode will be set to LinearStep. The DwellMode will be set to TimePerPoint.

Parameters
timeStepFrequencySweepConfigurationTime step frequency sweep configuration
Exceptions
G5ApiException

◆ SetLinearStepPeakSweepConfiguration()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetLinearStepPeakSweepConfiguration ( TimeStepPeakSweepConfiguration timeStepPeakSweepConfiguration)
inline

Configures a peak sweep on the connected device. The SweepMode will be set to LinearStep.

Parameters
timeStepPeakSweepConfigurationTime step peak sweep configuration
Exceptions
G5ApiException

◆ SetOffset()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetOffset ( Single offset)
inline
Parameters
offset
Exceptions
G5ApiException

◆ SetPeakSweepParameters()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetPeakSweepParameters ( PeakSweepParameters peakSweepParameters)
inline

Configures a peak sweep on the connected device. The DwellMode is automatically set to TimePerPoint.

Deprecated
This method is obsolete. Use method SetLinearPeakSweepConfiguration, SetLinearStepPeakSweepConfiguration, SetExponentialPeakSweepConfiguration or SetExponentialStepPeakSweepConfiguration instead.
Parameters
peakSweepParametersPeak sweep parameter set
Exceptions
G5ApiException

◆ SetPeakValue()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetPeakValue ( Single value)
inline
Parameters
value
Exceptions
G5ApiException

◆ SetRampTime()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetRampTime ( Single rampTime)
inline
Parameters
rampTime
Exceptions
G5ApiException

◆ SetSymmetry()

void Regatron.G5.Api.System.FunctionGeneratorBlockConfiguration.SetSymmetry ( Single symmetry)
inline
Parameters
symmetryValue in percent (0 to 100)
Exceptions
ArgumentOutOfRangeException
G5ApiException