Target
SCPI Command :
[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:TARGet
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(path=Path.Default) float[source]
# [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’.
- Parameters:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- Returns:
cw_freq_offset: float Range: -250E6 to 250E6
- set(cw_freq_offset: float, path=Path.Default) None[source]
# [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’.
- Parameters:
cw_freq_offset – float Range: -250E6 to 250E6
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)