Unit
SCPI Command :
CALCulate:MATH<*>:UNIT
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(math=Math.Default) str[source]
# CALCulate:MATH<*>:UNIT value: str = driver.calculate.math.unit.get(math = repcap.Math.Default)
Sets a user-defined unit for the math operation.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)
- set(user_unit: str, math=Math.Default) None[source]
# CALCulate:MATH<*>:UNIT driver.calculate.math.unit.set(user_unit = 'abc', math = repcap.Math.Default)
Sets a user-defined unit for the math operation.
- Parameters:
math – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Math’)