Frequency
SCPI Command :
SENSe<CH>:[POWer]:FREQuency
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) float[source]
# 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 SENSe<ch>[:POWer]:SOURce USER is selected.
- Parameters:
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- Returns:
frequency: float
- set(frequency: float, channel=Channel.Default) None[source]
# 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 SENSe<ch>[:POWer]:SOURce USER is selected.
- Parameters:
frequency – float
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)