Nstate

SCPI Command :

[SENSe]:DDEMod:PATTern:QAM:NSTate
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:DDEMod:PATTern:QAM:NSTate
value: float = driver.applications.k70Vsa.sense.ddemod.pattern.qam.nstate.get()

Defines the demodulation order for QAM for the pattern. <QAMNSTate> / Order

  • 16 / 16QAM

  • 16 / Pi/4-16QAM

  • 32 / 32QAM

  • 32 / Pi/4-32QAM

  • 64 / 64QAM

  • 128 / 128QAM

  • 256 / 256QAM

  • 512 / 512QAM

  • 1024 / 1024QAM

Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.

set(qamn_state: float) None[source]
# [SENSe]:DDEMod:PATTern:QAM:NSTate
driver.applications.k70Vsa.sense.ddemod.pattern.qam.nstate.set(qamn_state = 1.0)

Defines the demodulation order for QAM for the pattern. <QAMNSTate> / Order

  • 16 / 16QAM

  • 16 / Pi/4-16QAM

  • 32 / 32QAM

  • 32 / Pi/4-32QAM

  • 64 / 64QAM

  • 128 / 128QAM

  • 256 / 256QAM

  • 512 / 512QAM

  • 1024 / 1024QAM

Is only available if the additional Multi-Modulation Analysis option (FSW-K70M) is installed.