Cw

SCPI Command :

[SOURce<HW>]:BB:GNSS:AWGN:[RF<CH>]:FREQuency:CW
class CwCls[source]

Cw commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(path=Path.Default) int[source]
# SCPI: [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.

param path

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

return

cw_frequency: integer Range: 1E9 to 2E9, Unit: Hz

set(cw_frequency: int, path=Path.Default) None[source]
# SCPI: [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.

param cw_frequency

integer Range: 1E9 to 2E9, Unit: Hz

param path

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