Down

SCPI Commands

READ:EVDO:MEASurement<Instance>:RPINterval:SEQuence<Sequence>:TRACe:DOWN
FETCh:EVDO:MEASurement<Instance>:RPINterval:SEQuence<Sequence>:TRACe:DOWN
class Down[source]

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

fetch(sequence=<Sequence.Default: -1>)List[float][source]
# SCPI: FETCh:EVDO:MEASurement<instance>:RPINterval:SEQuence<Sequence>:TRACe:DOWN
value: List[float] = driver.rpInterval.sequence.trace.down.fetch(sequence = repcap.Sequence.Default)

Returns the values of the reference power traces. For each sequence, DOWN/UP commands return the results of the reference power interval for the power up/down step.

Use RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

param sequence

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

return

down_power: No help available

read(sequence=<Sequence.Default: -1>)List[float][source]
# SCPI: READ:EVDO:MEASurement<instance>:RPINterval:SEQuence<Sequence>:TRACe:DOWN
value: List[float] = driver.rpInterval.sequence.trace.down.read(sequence = repcap.Sequence.Default)

Returns the values of the reference power traces. For each sequence, DOWN/UP commands return the results of the reference power interval for the power up/down step.

Use RsCmwEvdoMeas.reliability.last_value to read the updated reliability indicator.

param sequence

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

return

down_power: No help available