Tx

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:MODE
CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:SETime
CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:MLEVel
CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:AFSource
CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RFDeviation
CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RPDeviation
CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RMDepth
class TxCls[source]

Tx commands group definition. 8 total commands, 1 Subgroups, 7 group commands

get_af_source() TxAfSource[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:AFSource
value: enums.TxAfSource = driver.configure.afRf.measurement.searchRoutines.tx.get_af_source()

Specifies the signal path, i.e. the AF source, of the AF signal generated in the AFRF signal generator for transmission to the DUT

return:

af_source: AF1O | AF2O | VOIP AF1O AF1 OUT AF2O AF2 OUT VOIP VoIP

get_mlevel() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:MLEVel
value: float = driver.configure.afRf.measurement.searchRoutines.tx.get_mlevel()

Sets the maximum AF level for the AF/VoIP signal path.

return:

max_level: Unit: V

get_mode() SearchRoutine[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:MODE
value: enums.SearchRoutine = driver.configure.afRf.measurement.searchRoutines.tx.get_mode()

Selects the TX search routine to be performed.

return:

search_routine: TSENsitivity | SSNR TSENsitivity ‘TX Modulation Sensitivity’ SSNR ‘Switched SNR’

get_rf_deviation() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RFDeviation
value: float = driver.configure.afRf.measurement.searchRoutines.tx.get_rf_deviation()

Specify the rated system deviation 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:

rated_freq_dev: Unit: Hz

get_rm_depth() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RMDepth
value: float = driver.configure.afRf.measurement.searchRoutines.tx.get_rm_depth()

Specify the rated system deviation 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:

rated_mod_depth: No help available

get_rp_deviation() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RPDeviation
value: float = driver.configure.afRf.measurement.searchRoutines.tx.get_rp_deviation()

Specify the rated system deviation 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:

rated_phase_dev: No help available

get_se_time() float[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:SETime
value: float = driver.configure.afRf.measurement.searchRoutines.tx.get_se_time()

Specifies the waiting time after a change of the signal properties before the measurement is started.

return:

setting_time: Unit: s

set_af_source(af_source: TxAfSource) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:AFSource
driver.configure.afRf.measurement.searchRoutines.tx.set_af_source(af_source = enums.TxAfSource.AF1O)

Specifies the signal path, i.e. the AF source, of the AF signal generated in the AFRF signal generator for transmission to the DUT

param af_source:

AF1O | AF2O | VOIP AF1O AF1 OUT AF2O AF2 OUT VOIP VoIP

set_mlevel(max_level: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:MLEVel
driver.configure.afRf.measurement.searchRoutines.tx.set_mlevel(max_level = 1.0)

Sets the maximum AF level for the AF/VoIP signal path.

param max_level:

Unit: V

set_mode(search_routine: SearchRoutine) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:MODE
driver.configure.afRf.measurement.searchRoutines.tx.set_mode(search_routine = enums.SearchRoutine.ADELay)

Selects the TX search routine to be performed.

param search_routine:

TSENsitivity | SSNR TSENsitivity ‘TX Modulation Sensitivity’ SSNR ‘Switched SNR’

set_rf_deviation(rated_freq_dev: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RFDeviation
driver.configure.afRf.measurement.searchRoutines.tx.set_rf_deviation(rated_freq_dev = 1.0)

Specify the rated system deviation 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 rated_freq_dev:

Unit: Hz

set_rm_depth(rated_mod_depth: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RMDepth
driver.configure.afRf.measurement.searchRoutines.tx.set_rm_depth(rated_mod_depth = 1.0)

Specify the rated system deviation 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 rated_mod_depth:

Unit: Hz

set_rp_deviation(rated_phase_dev: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:RPDeviation
driver.configure.afRf.measurement.searchRoutines.tx.set_rp_deviation(rated_phase_dev = 1.0)

Specify the rated system deviation 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 rated_phase_dev:

Unit: Hz

set_se_time(setting_time: float) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:TX:SETime
driver.configure.afRf.measurement.searchRoutines.tx.set_se_time(setting_time = 1.0)

Specifies the waiting time after a change of the signal properties before the measurement is started.

param setting_time:

Unit: s

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.afRf.measurement.searchRoutines.tx.clone()

Subgroups