RifBandwidth

SCPI Command:

CONFigure:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:SDMethod
CONFigure:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:RSResults
class RifBandwidthCls[source]

RifBandwidth commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_rs_results() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:RSResults
value: bool = driver.configure.afRf.measurement.searchRoutines.rifBandwidth.get_rs_results()

If enabled, the result of a previously run RX sensitivity search routine is used. If disabled, the RX sensitivity is determined at the first phase of the search routine.

return:

enable: OFF | ON

get_sd_method() bool[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:SDMethod
value: bool = driver.configure.afRf.measurement.searchRoutines.rifBandwidth.get_sd_method()

If enabled, the search routine follows the TIA-603-D specification determining the signal displacement bandwidth and starting from the RX sensitivity level. If disabled, the search routine uses a noise level method determining the bandwidth, not relying on the RX sensitivity.

return:

enable: OFF | ON

set_rs_results(enable: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:RSResults
driver.configure.afRf.measurement.searchRoutines.rifBandwidth.set_rs_results(enable = False)

If enabled, the result of a previously run RX sensitivity search routine is used. If disabled, the RX sensitivity is determined at the first phase of the search routine.

param enable:

OFF | ON

set_sd_method(enable: bool) None[source]
# SCPI: CONFigure:AFRF:MEASurement<Instance>:SROutines:RIFBandwidth:SDMethod
driver.configure.afRf.measurement.searchRoutines.rifBandwidth.set_sd_method(enable = False)

If enabled, the search routine follows the TIA-603-D specification determining the signal displacement bandwidth and starting from the RX sensitivity level. If disabled, the search routine uses a noise level method determining the bandwidth, not relying on the RX sensitivity.

param enable:

OFF | ON