Value
SCPI Command :
CALCulate<n>:LIMit:MACCuracy:FDERror:CURRent:VALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:LIMit:MACCuracy:FDERror:CURRent:VALue value: float = driver.applications.k70Vsa.calculate.limit.maccuracy.fdError.current.value.get(window = repcap.Window.Default)
Defines the lower limit for the current, peak or mean center frequency deviation error. Note that the limits for the current and the peak value are always kept identical. Is available for FSK modulation only.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
limit_value: Range: 0.0 to 1000000
- set(limit_value: float, window=Window.Default) None[source]
# CALCulate<n>:LIMit:MACCuracy:FDERror:CURRent:VALue driver.applications.k70Vsa.calculate.limit.maccuracy.fdError.current.value.set(limit_value = 1.0, window = repcap.Window.Default)
Defines the lower limit for the current, peak or mean center frequency deviation error. Note that the limits for the current and the peak value are always kept identical. Is available for FSK modulation only.
- Parameters:
limit_value – Range: 0.0 to 1000000
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)