ListPy
SCPI Commands :
TRIGger:NRSub:MEASurement<Instance>:LIST:MODE
TRIGger:NRSub:MEASurement<Instance>:LIST:NBANdwidth
- class ListPyCls[source]
ListPy commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_mode() ListMode[source]
# SCPI: TRIGger:NRSub:MEASurement<Instance>:LIST:MODE value: enums.ListMode = driver.trigger.nrSubMeas.listPy.get_mode()
Specifies the trigger mode for list mode measurements. For configuration of retrigger flags, see method RsCmwNrFr1Meas. Configure.NrSubMeas.ListPy.Segment.Setup.set. For configuration of the global trigger source, see method RsCmwNrFr1Meas. Trigger.NrSubMeas.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() NbTrigger[source]
# SCPI: TRIGger:NRSub:MEASurement<Instance>:LIST:NBANdwidth value: enums.NbTrigger = driver.trigger.nrSubMeas.listPy.get_nbandwidth()
Selects the trigger evaluation bandwidth for the retrigger source IFPNarrowband. Select the retrigger source via method RsCmwNrFr1Meas.Configure.NrSubMeas.ListPy.Segment.Setup.set.
- return:
nbandwidth: M010 | M020 | M040 | M080 Evaluation bandwidth 10 MHz to 80 MHz
- set_mode(mode: ListMode) None[source]
# SCPI: TRIGger:NRSub:MEASurement<Instance>:LIST:MODE driver.trigger.nrSubMeas.listPy.set_mode(mode = enums.ListMode.ONCE)
Specifies the trigger mode for list mode measurements. For configuration of retrigger flags, see method RsCmwNrFr1Meas. Configure.NrSubMeas.ListPy.Segment.Setup.set. For configuration of the global trigger source, see method RsCmwNrFr1Meas. Trigger.NrSubMeas.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(nbandwidth: NbTrigger) None[source]
# SCPI: TRIGger:NRSub:MEASurement<Instance>:LIST:NBANdwidth driver.trigger.nrSubMeas.listPy.set_nbandwidth(nbandwidth = enums.NbTrigger.M010)
Selects the trigger evaluation bandwidth for the retrigger source IFPNarrowband. Select the retrigger source via method RsCmwNrFr1Meas.Configure.NrSubMeas.ListPy.Segment.Setup.set.
- param nbandwidth:
M010 | M020 | M040 | M080 Evaluation bandwidth 10 MHz to 80 MHz