Subcarrier

SCPI Commands :

[SOURce<HW>]:[BB]:VOR:SUBCarrier:DEPTh
[SOURce<HW>]:[BB]:VOR:SUBCarrier:[FREQuency]
class SubcarrierCls[source]

Subcarrier commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_depth() float[source]
# SCPI: [SOURce<HW>]:[BB]:VOR:SUBCarrier:DEPTh
value: float = driver.source.bb.vor.subcarrier.get_depth()

Sets the AM modulation depth of the FM carrier.

return

depth: float Range: 0 to 100

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

Sets the frequency of the FM carrier.

return

frequency: float Range: 5E3 to 15E3

set_depth(depth: float) None[source]
# SCPI: [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.

param depth

float Range: 0 to 100

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

Sets the frequency of the FM carrier.

param frequency

float Range: 5E3 to 15E3