Value

SCPI Command :

CALCulate<n>:FSK:DEViation:REFerence[: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>: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.

param window

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

return

fsk_ref_dev_abs_res: Range: 10.0 to 256e9, Unit: HZ

set(fsk_ref_dev_abs_res: float, window=Window.Default) None[source]
# SCPI: 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.

param fsk_ref_dev_abs_res

Range: 10.0 to 256e9, Unit: HZ

param window

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