ListPy

SCPI Commands :

TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:MODE
TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:NBANdwidth
class ListPyCls[source]

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

get_mode() ListMode[source]
# SCPI: TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:MODE
value: enums.ListMode = driver.trigger.lteMeas.multiEval.listPy.get_mode()

Specifies the trigger mode for list mode measurements. For configuration of retrigger flags, see method RsCMPX_LteMeas. Configure.LteMeas.MultiEval.ListPy.Segment.Setup.set. For configuration of the global trigger source, see TRIGger:LTE:MEAS<i>:MEValuation:SOURce.

return:

mode: - ONCE: A trigger event is only required to start the measurement. The entire range of segments to be measured is captured without additional trigger event. The global trigger source is used. - SEGMent: The retrigger flag of each segment is evaluated. It defines whether a trigger event is required and which trigger source is used.

get_nbandwidth() BandwidthNarrow[source]
# SCPI: TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:NBANdwidth
value: enums.BandwidthNarrow = driver.trigger.lteMeas.multiEval.listPy.get_nbandwidth()

Selects the trigger evaluation bandwidth for the retrigger source IFPNarrowband. Select the retrigger source via method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Segment.Setup.set.

return:

bandwidth: Evaluation bandwidth 10 MHz to 80 MHz

set_mode(mode: ListMode) None[source]
# SCPI: TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:MODE
driver.trigger.lteMeas.multiEval.listPy.set_mode(mode = enums.ListMode.ONCE)

Specifies the trigger mode for list mode measurements. For configuration of retrigger flags, see method RsCMPX_LteMeas. Configure.LteMeas.MultiEval.ListPy.Segment.Setup.set. For configuration of the global trigger source, see TRIGger:LTE:MEAS<i>:MEValuation:SOURce.

param mode:
  • ONCE: A trigger event is only required to start the measurement. The entire range of segments to be measured is captured without additional trigger event. The global trigger source is used.

  • SEGMent: The retrigger flag of each segment is evaluated. It defines whether a trigger event is required and which trigger source is used.

set_nbandwidth(bandwidth: BandwidthNarrow) None[source]
# SCPI: TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:NBANdwidth
driver.trigger.lteMeas.multiEval.listPy.set_nbandwidth(bandwidth = enums.BandwidthNarrow.M010)

Selects the trigger evaluation bandwidth for the retrigger source IFPNarrowband. Select the retrigger source via method RsCMPX_LteMeas.Configure.LteMeas.MultiEval.ListPy.Segment.Setup.set.

param bandwidth:

Evaluation bandwidth 10 MHz to 80 MHz