Source

SCPI Command :

SENSe<CH>:[POWer]:SOURce
class SourceCls[source]

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

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

Determines the signal to be measured. Note: When measuring the RF signal, the sensor considers the corresponding correction factor at that frequency, and uses the level setting of the instrument as reference level.

param channel:

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

return:

source: A| USER| RF

set(source: ErFpowSensSourceAreg, channel=Channel.Default) None[source]
# SCPI: SENSe<CH>:[POWer]:SOURce
driver.sense.power.source.set(source = enums.ErFpowSensSourceAreg.USER, channel = repcap.Channel.Default)

Determines the signal to be measured. Note: When measuring the RF signal, the sensor considers the corresponding correction factor at that frequency, and uses the level setting of the instrument as reference level.

param source:

A| USER| RF

param channel:

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