Frequency

SCPI Command :

SENSe<CH>:[POWer]:FREQuency
class FrequencyCls[source]

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

get(channel=Channel.Default) float[source]
# SCPI: SENSe<CH>:[POWer]:FREQuency
value: float = driver.sense.power.frequency.get(channel = repcap.Channel.Default)

Sets the RF frequency of the signal, if signal source ‘USER’ is selected (method RsAreg.Sense.Power.Source.set) .

param channel:

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

return:

frequency: float

set(frequency: float, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:FREQuency
driver.sense.power.frequency.set(frequency = 1.0, channel = repcap.Channel.Default)

Sets the RF frequency of the signal, if signal source ‘USER’ is selected (method RsAreg.Sense.Power.Source.set) .

param frequency:

float

param channel:

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