Multiple

SCPI Command :

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

If ON, the measurement is performed repeatedly if the measured parameter occurs several times inside the acquisition or defined gate. All results are included in evaluation, e.g. in statistics. To set the number of results to be considered, use method RsMxo.measurement.mnoMeas.set() .

Parameters:

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

Returns:

global_meass_all: OFF | ON

set(global_meass_all: bool, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:MULTiple
driver.measurement.multiple.set(global_meass_all = False, measIndex = repcap.MeasIndex.Default)

If ON, the measurement is performed repeatedly if the measured parameter occurs several times inside the acquisition or defined gate. All results are included in evaluation, e.g. in statistics. To set the number of results to be considered, use method RsMxo.measurement.mnoMeas.set() .

Parameters:
  • global_meass_all – OFF | ON

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