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.multiEval.listPy.get_mode()

Specifies the trigger mode for list mode measurements. For configuration of retrigger flags, see method RsCmwLteMeas. Configure.MultiEval.ListPy.Segment.Setup.set. For configuration of the global trigger source, see method RsCmwLteMeas. Trigger.MultiEval.source.

return:

mode: ONCE | SEGMent 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() Nbandwidth[source]
# SCPI: TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:NBANdwidth
value: enums.Nbandwidth = driver.trigger.multiEval.listPy.get_nbandwidth()

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

return:

bandwidth: M010 | M020 | M040 | M080 Evaluation bandwidth 10 MHz to 80 MHz

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

Specifies the trigger mode for list mode measurements. For configuration of retrigger flags, see method RsCmwLteMeas. Configure.MultiEval.ListPy.Segment.Setup.set. For configuration of the global trigger source, see method RsCmwLteMeas. Trigger.MultiEval.source.

param mode:

ONCE | SEGMent 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: Nbandwidth) None[source]
# SCPI: TRIGger:LTE:MEASurement<Instance>:MEValuation:LIST:NBANdwidth
driver.trigger.multiEval.listPy.set_nbandwidth(bandwidth = enums.Nbandwidth.M010)

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

param bandwidth:

M010 | M020 | M040 | M080 Evaluation bandwidth 10 MHz to 80 MHz