General

SCPI Commands

READ:WCDMa:SIGNaling<Instance>:EAGCh:TRACe:GENeral
FETCh:WCDMa:SIGNaling<Instance>:EAGCh:TRACe:GENeral
class General[source]

General commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliablility: int: See ‘Reliability Indicator’

  • Events: List[int]: Detections for all E-TFCI values 0 to 127 from first to last (most recent) measured subframe Range: 0 to 1E+6

fetch()ResultData[source]
# SCPI: FETCh:WCDMa:SIGNaling<instance>:EAGCh:TRACe:GENeral
value: ResultData = driver.eagch.trace.general.fetch()

Return the results of the detected E-TFCI values 0 to 127 for ‘Measurement Type’ = ‘General Histogram’.

return

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

read()ResultData[source]
# SCPI: READ:WCDMa:SIGNaling<instance>:EAGCh:TRACe:GENeral
value: ResultData = driver.eagch.trace.general.read()

Return the results of the detected E-TFCI values 0 to 127 for ‘Measurement Type’ = ‘General Histogram’.

return

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