CunState
SCPI Command :
MEASurement<*>:AMPTime:ARIThmetic:CUNState
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) bool[source]
# MEASurement<*>:AMPTime:ARIThmetic:CUNState value: bool = driver.measurement.ampTime.arithmetic.cunState.get(measurement = repcap.Measurement.Default)
Enables the use of user-defined custom name for the amplitude/time arithmetic measurement.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
arith_custom_nme_st: OFF | ON
- set(arith_custom_nme_st: bool, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:ARIThmetic:CUNState driver.measurement.ampTime.arithmetic.cunState.set(arith_custom_nme_st = False, measurement = repcap.Measurement.Default)
Enables the use of user-defined custom name for the amplitude/time arithmetic measurement.
- Parameters:
arith_custom_nme_st – OFF | ON
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)