Select

SCPI Command :

[SENSe][:LTE][:CC<cc>]:MODulation:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe][:LTE][:CC<cc>]:MODulation:SELect
value: float = driver.applications.k10Xlte.sense.lte.cc.modulation.select.get(carrierComponent = repcap.CarrierComponent.Default)

Filters the results in the constellation diagram by a certain type of modulation.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Returns:

modulation: ALL Shows the results for all modulation types. numeric_value (integer only) Shows the results for a single modulation type. Modulation types are mapped to numeric values. For the code assignment, see ‘Return value codes’.

set(modulation: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe][:LTE][:CC<cc>]:MODulation:SELect
driver.applications.k10Xlte.sense.lte.cc.modulation.select.set(modulation = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Filters the results in the constellation diagram by a certain type of modulation.

Parameters:
  • modulation – ALL Shows the results for all modulation types. numeric_value (integer only) Shows the results for a single modulation type. Modulation types are mapped to numeric values. For the code assignment, see ‘Return value codes’.

  • carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)