Subcarrier
SCPI Commands :
[SOURce<HW>]:[BB]:VOR:SUBCarrier:DEPTh
[SOURce<HW>]:[BB]:VOR:SUBCarrier:[FREQuency]
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_depth() float[source]
# [SOURce<HW>]:[BB]:VOR:SUBCarrier:DEPTh value: float = driver.source.bb.vor.subcarrier.get_depth()
Sets the AM modulation depth of the FM carrier.
- Returns:
depth: float Range: 0 to 100
- get_frequency() float[source]
# [SOURce<HW>]:[BB]:VOR:SUBCarrier:[FREQuency] value: float = driver.source.bb.vor.subcarrier.get_frequency()
Sets the frequency of the FM carrier.
- Returns:
frequency: float Range: 5E3 to 15E3
- set_depth(depth: float) None[source]
# [SOURce<HW>]:[BB]:VOR:SUBCarrier:DEPTh driver.source.bb.vor.subcarrier.set_depth(depth = 1.0)
Sets the AM modulation depth of the FM carrier.
- Parameters:
depth – float Range: 0 to 100
- set_frequency(frequency: float) None[source]
# [SOURce<HW>]:[BB]:VOR:SUBCarrier:[FREQuency] driver.source.bb.vor.subcarrier.set_frequency(frequency = 1.0)
Sets the frequency of the FM carrier.
- Parameters:
frequency – float Range: 5E3 to 15E3