Var
SCPI Commands :
[SOURce<HW>]:[BB]:VOR:VAR:FREQuency
[SOURce<HW>]:[BB]:VOR:VAR:[DEPTh]
- class VarCls[source]
Var commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_depth() float [source]
# SCPI: [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.
- return
depth: float Range: 0 to 100
- get_frequency() float [source]
# SCPI: [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.
- return
frequency: float Range: 10 to 60
- set_depth(depth: float) None [source]
# SCPI: [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.
- param depth
float Range: 0 to 100
- set_frequency(frequency: float) None [source]
# SCPI: [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.
- param frequency
float Range: 10 to 60