Result<Trace>

SCPI Command :

[SENSe]:ADEMod:SETTling:TIME:RESult<t>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Tr1 .. Tr16

driver.sense.ademod.settling.time.result.repcap_trace_set(repcap.Trace.Tr1)
get(trace=Trace.Default) float[source]
# [SENSe]:ADEMod:SETTling:TIME:RESult<t>
value: float = driver.sense.ademod.settling.time.result.get(trace = repcap.Trace.Default)

Returns the settling time after which the signal remains within a specified target corridor. The settling time is evaluated for the selected trace in each time domain window. The value is only determined for method RsFsw.sense.ademod.settling.time.state.set() ON. For details, see ‘Settling time’.

Parameters:

trace – optional repeated capability selector. Default value: Tr1 (settable in the interface ‘Result’)

Returns:

time: Unit: s

Cloning the Group

# Create a copy of the original group, that exists independently
result_copy = driver.sense.ademod.settling.time.result.clone()