Target
SCPI Command :
[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:TARGet
- class TargetCls[source]
Target commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(path=Path.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:TARGet value: float = driver.source.bb.gnss.awgn.rf.frequency.target.get(path = repcap.Path.Default)
Sets the frequency offset of the sine wave relative to the ‘Reference Frequency’.
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- return
cw_freq_offset: float Range: -250E6 to 250E6
- set(cw_freq_offset: float, path=Path.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:TARGet driver.source.bb.gnss.awgn.rf.frequency.target.set(cw_freq_offset = 1.0, path = repcap.Path.Default)
Sets the frequency offset of the sine wave relative to the ‘Reference Frequency’.
- param cw_freq_offset
float Range: -250E6 to 250E6
- param path
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)