MnoMeas

SCPI Command :

MEASurement<*>:MNOMeas
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) int[source]
# MEASurement<*>:MNOMeas
value: int = driver.measurement.mnoMeas.get(measIndex = repcap.MeasIndex.Default)

Sets the maximum number of measurements per acquisition if method RsMxo.measurement.multiple.set() is on. The setting affects all measurements.

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

set(global_max_meas_per_acq: int, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:MNOMeas
driver.measurement.mnoMeas.set(global_max_meas_per_acq = 1, measIndex = repcap.MeasIndex.Default)

Sets the maximum number of measurements per acquisition if method RsMxo.measurement.multiple.set() is on. The setting affects all measurements.

Parameters:
  • global_max_meas_per_acq – 2 to 1E6

  • measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)