PerdTx

SCPI Commands

SENSe:DATA:MEASurement<MeasInstance>:IPANalysis:VOIMs:PERDtx
class PerdTx[source]

PerdTx commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

class GetStruct[source]

Response structure. Fields:

  • Per_Up: int: No parameter help available

  • Per_Down: int: No parameter help available

  • Dtx_Up: int: Discontinuous transmission rate in the uplink Range: 0 % to 100 %, Unit: %

  • Dtx_Down: int: Discontinuous transmission rate in the downlink Range: 0 % to 100 %, Unit: %

get(con_id: float)GetStruct[source]
# SCPI: SENSe:DATA:MEASurement<Instance>:IPANalysis:VOIMs:PERDtx
value: GetStruct = driver.sense.data.measurement.ipAnalysis.voIms.perdTx.get(con_id = 1.0)

Queries the packets measurement results for a selected voice over IMS call. To get a list of all calls and their IDs, use method RsCmwDau.Data.Measurement.IpAnalysis.VoIms.All.fetch.

param con_id

Selects the call for which the results are queried

return

structure: for return value, see the help for GetStruct structure arguments.