Value
SCPI Command :
CALCulate<n>:FSK:DEViation:REFerence[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(window=Window.Default) float[source]
# CALCulate<n>:FSK:DEViation:REFerence[:VALue] value: float = driver.applications.k70Vsa.calculate.fsk.deviation.reference.value.get(window = repcap.Window.Default)
Defines the deviation to the reference frequency for FSK modulation as an absolute value in Hz.
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
fsk_ref_dev_abs_res: Range: 10.0 to 256e9, Unit: HZ
- set(fsk_ref_dev_abs_res: float, window=Window.Default) None[source]
# CALCulate<n>:FSK:DEViation:REFerence[:VALue] driver.applications.k70Vsa.calculate.fsk.deviation.reference.value.set(fsk_ref_dev_abs_res = 1.0, window = repcap.Window.Default)
Defines the deviation to the reference frequency for FSK modulation as an absolute value in Hz.
- Parameters:
fsk_ref_dev_abs_res – Range: 10.0 to 256e9, Unit: HZ
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)