CuUnit

SCPI Command :

MEASurement<*>:SPECtrum:ARIThmetic:CUUNit
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) str[source]
# MEASurement<*>:SPECtrum:ARIThmetic:CUUNit
value: str = driver.measurement.spectrum.arithmetic.cuUnit.get(measurement = repcap.Measurement.Default)

Sets a user-defined value of the unit for the spectrum arithmetic measurement.

Parameters:

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

set(arith_custom_unt: str, measurement=Measurement.Default) None[source]
# MEASurement<*>:SPECtrum:ARIThmetic:CUUNit
driver.measurement.spectrum.arithmetic.cuUnit.set(arith_custom_unt = 'abc', measurement = repcap.Measurement.Default)

Sets a user-defined value of the unit for the spectrum arithmetic measurement.

Parameters:

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