Reference

SCPI Command :

MEASurement<*>:REFLevel<*>:REFerence
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default, refLevel=RefLevel.Default) float[source]
# MEASurement<*>:REFLevel<*>:REFerence
value: float = driver.measurement.refLevel.reference.get(measIndex = repcap.MeasIndex.Default, refLevel = repcap.RefLevel.Default)

Selects the set of reference levels that is used for the measurement and for the indicated measurement source. Each source of the measurement can have its own reference level set.

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

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

set(ref_levs: float, measIndex=MeasIndex.Default, refLevel=RefLevel.Default) None[source]
# MEASurement<*>:REFLevel<*>:REFerence
driver.measurement.refLevel.reference.set(ref_levs = 1.0, measIndex = repcap.MeasIndex.Default, refLevel = repcap.RefLevel.Default)

Selects the set of reference levels that is used for the measurement and for the indicated measurement source. Each source of the measurement can have its own reference level set.

Parameters:
  • ref_levs – Number of the reference level set. Define the reference level set before you use it.

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

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