Var

SCPI Commands :

[SOURce<HW>]:[BB]:VOR:VAR:FREQuency
[SOURce<HW>]:[BB]:VOR:VAR:[DEPTh]
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_depth() float[source]
# [SOURce<HW>]:[BB]:VOR:VAR:[DEPTh]
value: float = driver.source.bb.vor.var.get_depth()

Sets the AM modulation depth of the 30 Hz variable signal.

Returns:

depth: float Range: 0 to 100

get_frequency() float[source]
# [SOURce<HW>]:[BB]:VOR:VAR:FREQuency
value: float = driver.source.bb.vor.var.get_frequency()

Sets the frequency of the variable and the reference signal. As the two signals must have the same frequency, the setting is valid for both signals.

Returns:

frequency: float Range: 10 to 60

set_depth(depth: float) None[source]
# [SOURce<HW>]:[BB]:VOR:VAR:[DEPTh]
driver.source.bb.vor.var.set_depth(depth = 1.0)

Sets the AM modulation depth of the 30 Hz variable signal.

Parameters:

depth – float Range: 0 to 100

set_frequency(frequency: float) None[source]
# [SOURce<HW>]:[BB]:VOR:VAR:FREQuency
driver.source.bb.vor.var.set_frequency(frequency = 1.0)

Sets the frequency of the variable and the reference signal. As the two signals must have the same frequency, the setting is valid for both signals.

Parameters:

frequency – float Range: 10 to 60