ListPy

SCPI Commands

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

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

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

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

return

mode: ONCE | SEGMent ONCE: A trigger event is only required to start the measurement. As a result, the entire range of segments to be measured is captured without additional trigger event. The retrigger flags of the segments are ignored. SEGMent: The retrigger flag of each segment is evaluated. It defines whether the measurement waits for a trigger event before capturing the segment, or not.

set_mode(mode: RsCmwWcdmaMeas.enums.Mode)None[source]
# SCPI: TRIGger:WCDMa:MEASurement<instance>:MEValuation:LIST:MODE
driver.trigger.multiEval.listPy.set_mode(mode = enums.Mode.ONCE)

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

param mode

ONCE | SEGMent ONCE: A trigger event is only required to start the measurement. As a result, the entire range of segments to be measured is captured without additional trigger event. The retrigger flags of the segments are ignored. SEGMent: The retrigger flag of each segment is evaluated. It defines whether the measurement waits for a trigger event before capturing the segment, or not.