Reference

SCPI Command :

[SOURce<HW>]:[BB]:VOR:REFerence:[DEViation]
class ReferenceCls[source]

Reference commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_deviation() int[source]
# SCPI: [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.

return

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

set_deviation(deviation: int) None[source]
# SCPI: [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.

param deviation

integer Range: 0 to 960, Unit: Hz