Euids

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:EUIDs
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) str[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:EUIDs
value: str = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.euids.get(carrierComponent = repcap.CarrierComponent.Default)

Defines user IDs that are excluded from the calculation of modulation-specific EVM results.

Parameters:

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

Returns:

ids: String containg the user IDs to exclude. This is either a comma-separated list (1,2,5,6) , a range (1-6) or a combination of both.

set(ids: str, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:EUIDs
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.euids.set(ids = 'abc', carrierComponent = repcap.CarrierComponent.Default)

Defines user IDs that are excluded from the calculation of modulation-specific EVM results.

Parameters:
  • ids – String containg the user IDs to exclude. This is either a comma-separated list (1,2,5,6) , a range (1-6) or a combination of both.

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