Select

SCPI Command :

[SENSe]:NR5G[:CC<cc>]:SYMBol:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) float[source]
# [SENSe]:NR5G[:CC<cc>]:SYMBol:SELect
value: float = driver.applications.k14Xnr5G.sense.nr5G.cc.symbol.select.get(carrierComponent = repcap.CarrierComponent.Default)

Filters the displayed results in the constellation diagram by a certain OFDM symbol.

Parameters:

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

Returns:

symbol: ALL Shows the results for all symbols. numeric value (integer only) Shows the results for a single OFDM symbol.

set(symbol: float, carrierComponent=CarrierComponent.Default) None[source]
# [SENSe]:NR5G[:CC<cc>]:SYMBol:SELect
driver.applications.k14Xnr5G.sense.nr5G.cc.symbol.select.set(symbol = 1.0, carrierComponent = repcap.CarrierComponent.Default)

Filters the displayed results in the constellation diagram by a certain OFDM symbol.

Parameters:
  • symbol – ALL Shows the results for all symbols. numeric value (integer only) Shows the results for a single OFDM symbol.

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