Signal
SCPI Command :
[SENSe]:MIXer:SIGNal
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() State[source]
# [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.
- set(bias: State) None[source]
# [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.