IqVsSlot

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:IQVSlot:TOUT
CONFigure:GPRF:MEASurement<Instance>:IQVSlot:REPetition
CONFigure:GPRF:MEASurement<Instance>:IQVSlot:SCOunt
CONFigure:GPRF:MEASurement<Instance>:IQVSlot:MLENgth
CONFigure:GPRF:MEASurement<Instance>:IQVSlot:SLENgth
CONFigure:GPRF:MEASurement<Instance>:IQVSlot:FTYPe
CONFigure:GPRF:MEASurement<Instance>:IQVSlot:FELimit
class IqVsSlotCls[source]

IqVsSlot commands group definition. 19 total commands, 2 Subgroups, 7 group commands

get_fe_limit() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:FELimit
value: float = driver.configure.iqVsSlot.get_fe_limit()

Defines the frequency estimation limit as signal level relative to the expected nominal power. Steps with a level below this limit are not used for the frequency correction and do not contribute to the frequency results.

return:

limit: numeric Range: -100 dB to 0 dB, Unit: dB

get_ftype() FilterType[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:FTYPe
value: enums.FilterType = driver.configure.iqVsSlot.get_ftype()

Selects the IF filter type.

return:

filter_type: GAUSs | NYQuist | NY1Mhz GAUSs: Gaussian, 100-kHz BW NYQuist: Nyquist, 100-kHz BW NY1Mhz: Nyquist, 1-MHz BW

get_mlength() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:MLENgth
value: float = driver.configure.iqVsSlot.get_mlength()

Sets the length of the evaluation intervals used to calculate the I/Q vs slot results for one measurement step.

return:

meas_length: numeric Range: 10E-6 s to StepLength, Unit: s

get_repetition() Repeat[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:REPetition
value: enums.Repeat = driver.configure.iqVsSlot.get_repetition()

Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single shot or repeated continuously. Use CONFigure:..:MEAS<i>:…:SCOunt to determine the number of measurement intervals per single shot.

return:

repetition: SINGleshot | CONTinuous SINGleshot: single-shot measurement CONTinuous: continuous measurement

get_scount() int[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:SCOunt
value: int = driver.configure.iqVsSlot.get_scount()

Defines the number of steps (measurement intervals) per subsweep. In list mode, the total number of steps must not exceed 3000 (step count times number of subsweeps) .

return:

step_count: integer Range: 1 to 3000

get_slength() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:SLENgth
value: float = driver.configure.iqVsSlot.get_slength()

Sets the time between the beginning of two consecutive measurement steps.

return:

step_length: numeric Range: MeasLength to 5E-3 s, Unit: s

get_timeout() float[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:TOUT
value: float = driver.configure.iqVsSlot.get_timeout()

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually. When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

return:

tcd_timeout: numeric Unit: s

set_fe_limit(limit: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:FELimit
driver.configure.iqVsSlot.set_fe_limit(limit = 1.0)

Defines the frequency estimation limit as signal level relative to the expected nominal power. Steps with a level below this limit are not used for the frequency correction and do not contribute to the frequency results.

param limit:

numeric Range: -100 dB to 0 dB, Unit: dB

set_ftype(filter_type: FilterType) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:FTYPe
driver.configure.iqVsSlot.set_ftype(filter_type = enums.FilterType.B10Mhz)

Selects the IF filter type.

param filter_type:

GAUSs | NYQuist | NY1Mhz GAUSs: Gaussian, 100-kHz BW NYQuist: Nyquist, 100-kHz BW NY1Mhz: Nyquist, 1-MHz BW

set_mlength(meas_length: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:MLENgth
driver.configure.iqVsSlot.set_mlength(meas_length = 1.0)

Sets the length of the evaluation intervals used to calculate the I/Q vs slot results for one measurement step.

param meas_length:

numeric Range: 10E-6 s to StepLength, Unit: s

set_repetition(repetition: Repeat) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:REPetition
driver.configure.iqVsSlot.set_repetition(repetition = enums.Repeat.CONTinuous)

Specifies the repetition mode of the measurement. The repetition mode specifies whether the measurement is stopped after a single shot or repeated continuously. Use CONFigure:..:MEAS<i>:…:SCOunt to determine the number of measurement intervals per single shot.

param repetition:

SINGleshot | CONTinuous SINGleshot: single-shot measurement CONTinuous: continuous measurement

set_scount(step_count: int) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:SCOunt
driver.configure.iqVsSlot.set_scount(step_count = 1)

Defines the number of steps (measurement intervals) per subsweep. In list mode, the total number of steps must not exceed 3000 (step count times number of subsweeps) .

param step_count:

integer Range: 1 to 3000

set_slength(step_length: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:SLENgth
driver.configure.iqVsSlot.set_slength(step_length = 1.0)

Sets the time between the beginning of two consecutive measurement steps.

param step_length:

numeric Range: MeasLength to 5E-3 s, Unit: s

set_timeout(tcd_timeout: float) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:IQVSlot:TOUT
driver.configure.iqVsSlot.set_timeout(tcd_timeout = 1.0)

Defines a timeout for the measurement. The timer is started when the measurement is initiated via a READ or INIT command. It is not started if the measurement is initiated manually. When the measurement has completed the first measurement cycle (first single shot) , the statistical depth is reached and the timer is reset. If the first measurement cycle has not been completed when the timer expires, the measurement is stopped. The measurement state changes to RDY. The reliability indicator is set to 1, indicating that a measurement timeout occurred. Still running READ, FETCh or CALCulate commands are completed, returning the available results. At least for some results, there are no values at all or the statistical depth has not been reached. A timeout of 0 s corresponds to an infinite measurement timeout.

param tcd_timeout:

numeric Unit: s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.iqVsSlot.clone()

Subgroups