ListPy
SCPI Commands :
TRIGger:NRSub:MEASurement<Instance>:LIST:MODE
TRIGger:NRSub:MEASurement<Instance>:LIST:NBANdwidth
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_mode() ListMode[source]
# 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
RsCMPX_NrFr1Meas.configure.nrSubMeas.listPy.segment.setup.set(). For configuration of the global trigger source, see methodRsCMPX_NrFr1Meas.trigger.nrSubMeas.multiEval.source().- Returns:
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]
# 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
RsCMPX_NrFr1Meas.configure.nrSubMeas.listPy.segment.setup.set().- Returns:
nbandwidth: Evaluation bandwidth 10 MHz to 80 MHz
- set_mode(mode: ListMode) None[source]
# 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
RsCMPX_NrFr1Meas.configure.nrSubMeas.listPy.segment.setup.set(). For configuration of the global trigger source, see methodRsCMPX_NrFr1Meas.trigger.nrSubMeas.multiEval.source().- Parameters:
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]
# 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
RsCMPX_NrFr1Meas.configure.nrSubMeas.listPy.segment.setup.set().- Parameters:
nbandwidth – Evaluation bandwidth 10 MHz to 80 MHz