Frequency

SCPI Commands

FREQuency:CW
class FrequencyCls[source]

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

get_cw() float[source]
# SCPI: FREQuency[:CW]
value: float = driver.frequency.get_cw()

Sets the frequency of the test signal.

return:

test_signal_frequency: No help available

set_cw(test_signal_frequency: float) None[source]
# SCPI: FREQuency[:CW]
driver.frequency.set_cw(test_signal_frequency = 1.0)

Sets the frequency of the test signal.

param test_signal_frequency:

No help available