ListPy

SCPI Commands

TRIGger:EVDO:MEASurement<Instance>:MEValuation:LIST:MODE
class ListPy[source]

ListPy commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get_mode()RsCmwEvdoMeas.enums.RetriggerMode[source]
# SCPI: TRIGger:EVDO:MEASurement<instance>:MEValuation:LIST:MODE
value: enums.RetriggerMode = driver.trigger.multiEval.listPy.get_mode()

Specifies whether a trigger event initiates a measurement of the entire measurement interval (comprising the number of segments defined via method RsCmwEvdoMeas.Configure.MultiEval.ListPy.count) or the retrigger information from the segments is used.

return

retrigger_mode: ONCE | SEGMent ONCE: Trigger only once. Every segment is measured irrespective the setting of the parameter RetriggerOption for the segment (method RsCmwEvdoMeas.Configure.MultiEval.ListPy.Segment.Setup.set) . The trigger is rearmed only after the measurement is stopped and restarted. SEGM: The measurement starts after the first trigger event and continues as long as no segment is reached that requires a retrigger (method RsCmwEvdoMeas.Configure.MultiEval.ListPy.Segment.Setup.set) . This mode is recommended for statistic counts where retriggering can compensate a possible time drift of the AT.

set_mode(retrigger_mode: RsCmwEvdoMeas.enums.RetriggerMode)None[source]
# SCPI: TRIGger:EVDO:MEASurement<instance>:MEValuation:LIST:MODE
driver.trigger.multiEval.listPy.set_mode(retrigger_mode = enums.RetriggerMode.ONCE)

Specifies whether a trigger event initiates a measurement of the entire measurement interval (comprising the number of segments defined via method RsCmwEvdoMeas.Configure.MultiEval.ListPy.count) or the retrigger information from the segments is used.

param retrigger_mode

ONCE | SEGMent ONCE: Trigger only once. Every segment is measured irrespective the setting of the parameter RetriggerOption for the segment (method RsCmwEvdoMeas.Configure.MultiEval.ListPy.Segment.Setup.set) . The trigger is rearmed only after the measurement is stopped and restarted. SEGM: The measurement starts after the first trigger event and continues as long as no segment is reached that requires a retrigger (method RsCmwEvdoMeas.Configure.MultiEval.ListPy.Segment.Setup.set) . This mode is recommended for statistic counts where retriggering can compensate a possible time drift of the AT.