Select

SCPI Command :

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

Filters the displayed results by a certain preamble.

Parameters:

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

Returns:

preamble: ALL Shows the results for all preambles. numeric value (integer only) Shows the results for a single preamble.

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

Filters the displayed results by a certain preamble.

Parameters:
  • preamble – ALL Shows the results for all preambles. numeric value (integer only) Shows the results for a single preamble.

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