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.k60Transient.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

state: OFF | ON | AUTO | ALL OFF | ON | AUTO | ALL OFF No automatic signal detection is active. ON Automatic signal detection (Signal ID) is active. AUTO Automatic signal detection (Auto ID) is active. ALL Both automatic signal detection functions (Signal ID+Auto ID) are active.

set(state: RsFsw.enums.State) None[source]
# SCPI: [SENSe]:MIXer:SIGNal
driver.applications.k60Transient.sense.mixer.signal.set(state = 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 state

OFF | ON | AUTO | ALL OFF | ON | AUTO | ALL OFF No automatic signal detection is active. ON Automatic signal detection (Signal ID) is active. AUTO Automatic signal detection (Auto ID) is active. ALL Both automatic signal detection functions (Signal ID+Auto ID) are active.