SmId

SCPI Command :

[SENSe]:NR5G[:CC<cc>]:SMID
class SmIdCls[source]

SmId commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(carrierComponent=CarrierComponent.Default) float[source]
# SCPI: [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.

param carrierComponent

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

return

event: No help available

set(event: float, carrierComponent=CarrierComponent.Default) None[source]
# SCPI: [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.

param event

irrelevant

param carrierComponent

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