Identify
SCPI Command :
[SENSe]:CREFerence:HARMonics:IDENtify
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:CREFerence:HARMonics:IDENtify value: bool = driver.applications.k50Spurious.sense.creference.harmonics.identify.get()
Enables or disables the identification of harmonics of the carrier.
- Returns:
state: ON | 1 HArmonics are marked OFF | 0 Harmonics are not marked
- set(state: bool) None[source]
# [SENSe]:CREFerence:HARMonics:IDENtify driver.applications.k50Spurious.sense.creference.harmonics.identify.set(state = False)
Enables or disables the identification of harmonics of the carrier.
- Parameters:
state – ON | 1 HArmonics are marked OFF | 0 Harmonics are not marked