Identify

SCPI Command :

[SENSe]:CREFerence:HARMonics:IDENtify
class IdentifyCls[source]

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

get() bool[source]
# SCPI: [SENSe]:CREFerence:HARMonics:IDENtify
value: bool = driver.applications.k50Spurious.sense.creference.harmonics.identify.get()

Enables or disables the identification of harmonics of the carrier.

return

state: ON | 1 HArmonics are marked OFF | 0 Harmonics are not marked

set(state: bool) None[source]
# SCPI: [SENSe]:CREFerence:HARMonics:IDENtify
driver.applications.k50Spurious.sense.creference.harmonics.identify.set(state = False)

Enables or disables the identification of harmonics of the carrier.

param state

ON | 1 HArmonics are marked OFF | 0 Harmonics are not marked