Endorphin.Instrument.Agilent.E8257D


Configure

Namespace: Endorphin.Instrument.Agilent.E8257D
Parent Module: Sweep

Build a configuration using the data model.

Functions and values

Function or valueDescription
fixedFrequencyInHz frequency
Signature: frequency:float<MeasureProduct<Hz,MeasureOne>> -> FrequencySweep

Create a fixed frequency value in Hz.

fixedPowerInDbm power
Signature: power:float<MeasureProduct<dBm,MeasureOne>> -> AmplitudeSweep

Create an absolute value of fixed amplitude.

frequencyStepSweepInHz start finish
Signature: start:float<MeasureProduct<Hz,MeasureOne>> -> finish:float<MeasureProduct<Hz,MeasureOne>> -> StepSweep

Create a step sweep with a frequency sweep between the specified start and end frequencies, measured in Hz.

frequencySweepInHz a b
Signature: a:float<MeasureProduct<Hz,MeasureOne>> -> b:float<MeasureProduct<Hz,MeasureOne>> -> FrequencySweep

Create a frequency sweep between two values of frequency, both in Hz.

powerStepSweepInDbm start finish
Signature: start:float<MeasureProduct<dBm,MeasureOne>> -> finish:float<MeasureProduct<dBm,MeasureOne>> -> StepSweep

Create a step sweep with an amplitude sweep between the specified start and end absolute amplitudes, measured in dBm.

powerSweepInDbm a b
Signature: a:float<MeasureProduct<dBm,MeasureOne>> -> b:float<MeasureProduct<dBm,MeasureOne>> -> AmplitudeSweep

Create an amplitude sweep between two values, both in absolute dBm.

withDirection direction config
Signature: direction:Direction -> config:StepSweep -> StepSweep

Create a step sweep with the given sweep direction.

withDwellTime time config
Signature: time:Duration option -> config:StepSweep -> StepSweep

Create a step sweep with the given sweep dwell time.

withFixedFrequencyInHz frequency config
Signature: frequency:float<MeasureProduct<Hz,MeasureOne>> -> config:StepSweep -> StepSweep

Create a step sweep with a fixed frequency in Hz.

withFixedPowerInDbm power config
Signature: power:float<MeasureProduct<dBm,MeasureOne>> -> config:StepSweep -> StepSweep

Create a step sweep with a fixed absolute power in dBm.

withListTrigger trigger config
Signature: trigger:TriggerSource option -> config:StepSweep -> StepSweep

Create a step sweep with a given list trigger source.

withPoints points config
Signature: points:int -> config:StepSweep -> StepSweep

Create a step sweep with the given points.

withRetrace state config
Signature: state:OnOffState -> config:StepSweep -> StepSweep

Create a step sweep with retracing set to the specified state.

withStepTrigger trigger config
Signature: trigger:TriggerSource option -> config:StepSweep -> StepSweep

Create a step sweep with a given step trigger source.

F# Project
Fork me on GitHub