Relative

SCPI Command :

CALCulate<n>:FSK:DEViation:REFerence:RELative
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:FSK:DEViation:REFerence:RELative
value: float = driver.applications.k70Vsa.calculate.fsk.deviation.reference.relative.get(window = repcap.Window.Default)

Defines the deviation to the reference frequency for FSK modulation as a multiple of the symbol rate.

Parameters:

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

Returns:

fsk_ref_dev: Range: 0.1 to 60, Unit: none

set(fsk_ref_dev: float, window=Window.Default) None[source]
# CALCulate<n>:FSK:DEViation:REFerence:RELative
driver.applications.k70Vsa.calculate.fsk.deviation.reference.relative.set(fsk_ref_dev = 1.0, window = repcap.Window.Default)

Defines the deviation to the reference frequency for FSK modulation as a multiple of the symbol rate.

Parameters:
  • fsk_ref_dev – Range: 0.1 to 60, Unit: none

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