Normalize

SCPI Command :

EXPort:HMEasurement<*>:NORMalize
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) bool[source]
# EXPort:HMEasurement<*>:NORMalize
value: bool = driver.export.hmeasurement.normalize.get(measIndex = repcap.MeasIndex.Default)

If normalization is off, the number of samples in a given bin is exported as integer values. With normalization, the ratio of samples in a given bin to the sum of all samples is exported as float value. The sum of all normalized values is 1. The command affects all histogram exports.

Parameters:

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

Returns:

normalization: OFF | ON

set(normalization: bool, measIndex=MeasIndex.Default) None[source]
# EXPort:HMEasurement<*>:NORMalize
driver.export.hmeasurement.normalize.set(normalization = False, measIndex = repcap.MeasIndex.Default)

If normalization is off, the number of samples in a given bin is exported as integer values. With normalization, the ratio of samples in a given bin to the sum of all samples is exported as float value. The sum of all normalized values is 1. The command affects all histogram exports.

Parameters:
  • normalization – OFF | ON

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