SmId

SCPI Command :

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

Selects a specific measurement (meas ID) from the measurement sequence in combined measurements.

Parameters:

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

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

Selects a specific measurement (meas ID) from the measurement sequence in combined measurements.

Parameters:
  • event – irrelevant

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