Reference

SCPI Command :

[SOURce<HW>]:[BB]:VOR:REFerence:[DEViation]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_deviation() int[source]
# [SOURce<HW>]:[BB]:VOR:REFerence:[DEViation]
value: int = driver.source.bb.vor.reference.get_deviation()

Sets the frequency deviation of the reference signal on the FM carrier.

Returns:

deviation: integer Range: 0 to 960, Unit: Hz

set_deviation(deviation: int) None[source]
# [SOURce<HW>]:[BB]:VOR:REFerence:[DEViation]
driver.source.bb.vor.reference.set_deviation(deviation = 1)

Sets the frequency deviation of the reference signal on the FM carrier.

Parameters:

deviation – integer Range: 0 to 960, Unit: Hz