Cw
SCPI Command :
[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:CW
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(path=Path.Default) int[source]
# [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:CW value: int = driver.source.bb.gnss.awgn.rf.frequency.cw.get(path = repcap.Path.Default)
Sets the frequency of the CW interfering signal.
- Parameters:
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)
- Returns:
cw_frequency: integer Range: 1E9 to 2E9, Unit: Hz
- set(cw_frequency: int, path=Path.Default) None[source]
# [SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:CW driver.source.bb.gnss.awgn.rf.frequency.cw.set(cw_frequency = 1, path = repcap.Path.Default)
Sets the frequency of the CW interfering signal.
- Parameters:
cw_frequency – integer Range: 1E9 to 2E9, Unit: Hz
path – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Rf’)