Value

SCPI Command :

CALCulate<n>:LIMit:MACCuracy:OOFFset:MEAN:VALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:LIMit:MACCuracy:OOFFset:MEAN:VALue
value: float = driver.applications.k70Vsa.calculate.limit.maccuracy.ooffset.mean.value.get(window = repcap.Window.Default)

Defines the upper limit for the current, peak or mean I/Q offset. Note that the limits for the current and the peak value are always kept identical.

Parameters:

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

Returns:

limit_value: Range: -200.0 to 0.0, Unit: DB

set(limit_value: float, window=Window.Default) None[source]
# CALCulate<n>:LIMit:MACCuracy:OOFFset:MEAN:VALue
driver.applications.k70Vsa.calculate.limit.maccuracy.ooffset.mean.value.set(limit_value = 1.0, window = repcap.Window.Default)

Defines the upper limit for the current, peak or mean I/Q offset. Note that the limits for the current and the peak value are always kept identical.

Parameters:
  • limit_value – Range: -200.0 to 0.0, Unit: DB

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