Tid

SCPI Command :

[SENSe]:POWer:TID
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() PowerIdn[source]
# [SENSe]:POWer:TID
value: enums.PowerIdn = driver.applications.k14Xnr5G.sense.power.tid.get()

Selects the test ID for ACLR measurements. Prerequisites for this command

  • Select FR2 frequency deployment (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set() ) .

Returns:

idn: NONE No test ID. ID1 | ID2 | ID3 | ID4 | ID5 | ID6 | ID7 | ID8 | ID9 | ID10 | ID11 | ID12 | ID13 | ID14 | ID15 Test ID 1 to 15.

set(idn: PowerIdn) None[source]
# [SENSe]:POWer:TID
driver.applications.k14Xnr5G.sense.power.tid.set(idn = enums.PowerIdn.ID1)

Selects the test ID for ACLR measurements. Prerequisites for this command

  • Select FR2 frequency deployment (method RsFsw.applications.k14Xnr5G.configure.nr5G.uplink.cc.dfRange.set() ) .

Parameters:

idn – NONE No test ID. ID1 | ID2 | ID3 | ID4 | ID5 | ID6 | ID7 | ID8 | ID9 | ID10 | ID11 | ID12 | ID13 | ID14 | ID15 Test ID 1 to 15.