Ofrequency<FrequencySource>

RepCap Settings

# Range: Src1 .. Src2
rc = driver.source.gprf.generator.dtone.ofrequency.repcap_frequencySource_get()
driver.source.gprf.generator.dtone.ofrequency.repcap_frequencySource_set(repcap.FrequencySource.Src1)

SCPI Command :

SOURce:GPRF:GENerator<Instance>:DTONe:OFRequency<source>
class OfrequencyCls[source]

Ofrequency commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: FrequencySource, default value after init: FrequencySource.Src1

get(frequencySource=FrequencySource.Default) float[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:DTONe:OFRequency<source>
value: float = driver.source.gprf.generator.dtone.ofrequency.get(frequencySource = repcap.FrequencySource.Default)

Selects an offset frequency. The frequency of the modulated signal is equal to the base frequency (see method RsCMPX_Gprf. Source.Gprf.Generator.RfSettings.frequency) plus the offset frequency.

param frequencySource:

optional repeated capability selector. Default value: Src1 (settable in the interface ‘Ofrequency’)

return:

frequency: No help available

set(frequency: float, frequencySource=FrequencySource.Default) None[source]
# SCPI: SOURce:GPRF:GENerator<Instance>:DTONe:OFRequency<source>
driver.source.gprf.generator.dtone.ofrequency.set(frequency = 1.0, frequencySource = repcap.FrequencySource.Default)

Selects an offset frequency. The frequency of the modulated signal is equal to the base frequency (see method RsCMPX_Gprf. Source.Gprf.Generator.RfSettings.frequency) plus the offset frequency.

param frequency:

No help available

param frequencySource:

optional repeated capability selector. Default value: Src1 (settable in the interface ‘Ofrequency’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.gprf.generator.dtone.ofrequency.clone()