Source
SCPI Command :
SENSe<CH>:[POWer]:SOURce
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(channel=Channel.Default) PowSensSource[source]
# SENSe<CH>:[POWer]:SOURce value: enums.PowSensSource = 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.
- Parameters:
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)
- Returns:
source: A | USER | RF | B
- set(source: PowSensSource, channel=Channel.Default) None[source]
# SENSe<CH>:[POWer]:SOURce driver.sense.power.source.set(source = enums.PowSensSource.A, 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.
- Parameters:
source – A | USER | RF | B
channel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sense’)