Tsensitivity

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TRELative
CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TFDeviation
CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TPDeviation
CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TMDepth
CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TTOLerance
CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TPARameter
class TsensitivityCls[source]

Tsensitivity commands group definition. 6 total commands, 0 Subgroups, 6 group commands

get_tf_deviation() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TFDeviation
value: float = driver.configure.afRf.measurement.searchRoutines.tsensitivity.get_tf_deviation()

Specify the target deviation of the modulation signal of the DUT. Depending on the used modulation technique, the system deviation can be frequency deviation (FM) , modulation depth (AM) and phase deviation (PM) .

return:

target_freq_dev: Unit: Hz

get_tm_depth() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TMDepth
value: float = driver.configure.afRf.measurement.searchRoutines.tsensitivity.get_tm_depth()

Specify the target deviation of the modulation signal of the DUT. Depending on the used modulation technique, the system deviation can be frequency deviation (FM) , modulation depth (AM) and phase deviation (PM) .

return:

target_mod_depth: No help available

get_tp_deviation() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TPDeviation
value: float = driver.configure.afRf.measurement.searchRoutines.tsensitivity.get_tp_deviation()

Specify the target deviation of the modulation signal of the DUT. Depending on the used modulation technique, the system deviation can be frequency deviation (FM) , modulation depth (AM) and phase deviation (PM) .

return:

target_phase_dev: No help available

get_tparameter() TargetParameter[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TPARameter
value: enums.TargetParameter = driver.configure.afRf.measurement.searchRoutines.tsensitivity.get_tparameter()

Configures the target parameter for the deviation value of the demodulated signal.

return:

target_parameter: RMS | RMSQ | PPEK | NPEK | PNPA RMS ‘RMS’ RMSQ ‘RMS*Sqrt(2) ‘ PPEK ‘PeakPositive’ NPEK ‘PeakNegative’ PNPA ‘PosNegPeakAvg’

get_trelative() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TRELative
value: float = driver.configure.afRf.measurement.searchRoutines.tsensitivity.get_trelative()

Configures the relative target value of target deviation depending on the modulation technique.

return:

target_relative: Unit: %

get_ttolerance() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TTOLerance
value: float = driver.configure.afRf.measurement.searchRoutines.tsensitivity.get_ttolerance()

Configures the maximum allowed deviation of the current target deviation of the demodulated signal.

return:

tolerance: Unit: %

set_tf_deviation(target_freq_dev: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TFDeviation
driver.configure.afRf.measurement.searchRoutines.tsensitivity.set_tf_deviation(target_freq_dev = 1.0)

Specify the target deviation of the modulation signal of the DUT. Depending on the used modulation technique, the system deviation can be frequency deviation (FM) , modulation depth (AM) and phase deviation (PM) .

param target_freq_dev:

Unit: Hz

set_tm_depth(target_mod_depth: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TMDepth
driver.configure.afRf.measurement.searchRoutines.tsensitivity.set_tm_depth(target_mod_depth = 1.0)

Specify the target deviation of the modulation signal of the DUT. Depending on the used modulation technique, the system deviation can be frequency deviation (FM) , modulation depth (AM) and phase deviation (PM) .

param target_mod_depth:

Unit: Hz

set_tp_deviation(target_phase_dev: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TPDeviation
driver.configure.afRf.measurement.searchRoutines.tsensitivity.set_tp_deviation(target_phase_dev = 1.0)

Specify the target deviation of the modulation signal of the DUT. Depending on the used modulation technique, the system deviation can be frequency deviation (FM) , modulation depth (AM) and phase deviation (PM) .

param target_phase_dev:

Unit: Hz

set_tparameter(target_parameter: TargetParameter) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TPARameter
driver.configure.afRf.measurement.searchRoutines.tsensitivity.set_tparameter(target_parameter = enums.TargetParameter.NPEK)

Configures the target parameter for the deviation value of the demodulated signal.

param target_parameter:

RMS | RMSQ | PPEK | NPEK | PNPA RMS ‘RMS’ RMSQ ‘RMS*Sqrt(2) ‘ PPEK ‘PeakPositive’ NPEK ‘PeakNegative’ PNPA ‘PosNegPeakAvg’

set_trelative(target_relative: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TRELative
driver.configure.afRf.measurement.searchRoutines.tsensitivity.set_trelative(target_relative = 1.0)

Configures the relative target value of target deviation depending on the modulation technique.

param target_relative:

Unit: %

set_ttolerance(tolerance: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TSENsitivity:TTOLerance
driver.configure.afRf.measurement.searchRoutines.tsensitivity.set_ttolerance(tolerance = 1.0)

Configures the maximum allowed deviation of the current target deviation of the demodulated signal.

param tolerance:

Unit: %