Signal

SCPI Command :

[SENSe]:MIXer:SIGNal
class SignalCls[source]

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

get() RsFsw.enums.State[source]
# SCPI: [SENSe]:MIXer:SIGNal
value: enums.State = driver.applications.k9X11Ad.sense.mixer.signal.get()

Specifies whether automatic signal detection is active or not. Note that automatic signal identification is only available for measurements that perform frequency sweeps (not in vector signal analysis or the I/Q Analyzer, for instance) . The ‘Auto ID’ function is now also available for ‘Spectrum emission mask (SEM) measurement’ and ‘Spurious emissions measurement’ using an external mixer.

return

bias: No help available

set(bias: RsFsw.enums.State) None[source]
# SCPI: [SENSe]:MIXer:SIGNal
driver.applications.k9X11Ad.sense.mixer.signal.set(bias = enums.State.ALL)

Specifies whether automatic signal detection is active or not. Note that automatic signal identification is only available for measurements that perform frequency sweeps (not in vector signal analysis or the I/Q Analyzer, for instance) . The ‘Auto ID’ function is now also available for ‘Spectrum emission mask (SEM) measurement’ and ‘Spurious emissions measurement’ using an external mixer.

param bias

No help available