Value

SCPI Command :

CALCulate<n>:LIMit:MACCuracy:MERRor:RMEan:VALue
class ValueCls[source]

Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(window=Window.Default) float[source]
# SCPI: CALCulate<n>:LIMit:MACCuracy:MERRor:RMEan:VALue
value: float = driver.applications.k70Vsa.calculate.limit.maccuracy.merror.rmean.value.get(window = repcap.Window.Default)

Defines the value for the current, peak or mean magnitude error (peak or RMS) limit. Note that the limits for the current and the peak value are always kept identical.

param window

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

return

limit_value: the value x (x0) defines the interval [-x; x] Range: 0.0 to 100, Unit: %

set(limit_value: float, window=Window.Default) None[source]
# SCPI: CALCulate<n>:LIMit:MACCuracy:MERRor:RMEan:VALue
driver.applications.k70Vsa.calculate.limit.maccuracy.merror.rmean.value.set(limit_value = 1.0, window = repcap.Window.Default)

Defines the value for the current, peak or mean magnitude error (peak or RMS) limit. Note that the limits for the current and the peak value are always kept identical.

param limit_value

the value x (x0) defines the interval [-x; x] Range: 0.0 to 100, Unit: %

param window

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