Sf

SCPI Commands :

FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SF
READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SF
class SfCls[source]

Sf commands group definition. 2 total commands, 0 Subgroups, 2 group commands

class ResultData[source]

Response structure. Fields:

  • Reliability: int: ‘Reliability indicator’

  • Dpcch: int: Spreading factors for the indicated channels

  • Dpdch: int: Spreading factors for the indicated channels

  • Hsdpcch: int: Spreading factors for the indicated channels

  • Edpcch: int: Spreading factors for the indicated channels

  • Edpdch_1: int: Spreading factors for the indicated channels

  • Edpdch_2: int: Spreading factors for the indicated channels

  • Edpdch_3: int: Spreading factors for the indicated channels

  • Edpdch_4: int: Spreading factors for the indicated channels

fetch(carrier=Carrier.Default) ResultData[source]
# SCPI: FETCh:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SF
value: ResultData = driver.wcdmaMeas.multiEval.carrier.rcdError.sf.fetch(carrier = repcap.Carrier.Default)

Returns the spreading factors of the dedicated physical channels determined from a selected slot.

param carrier:

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

return:

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

read(carrier=Carrier.Default) ResultData[source]
# SCPI: READ:WCDMa:MEASurement<instance>:MEValuation:CARRier<carrier>:RCDerror:SF
value: ResultData = driver.wcdmaMeas.multiEval.carrier.rcdError.sf.read(carrier = repcap.Carrier.Default)

Returns the spreading factors of the dedicated physical channels determined from a selected slot.

param carrier:

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

return:

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