Euids
SCPI Command :
CONFigure[:NR5G]:DL[:CC<cc>]:EUIDs
- class EuidsCls[source]
Euids commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default) str [source]
# SCPI: 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- return
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]
# SCPI: 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.
- param 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.
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)