Point

SCPI Command :

[SENSe]:DETector<t>:TRACe[:POINt]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(trace=Trace.Default) float[source]
# [SENSe]:DETector<t>:TRACe[:POINt]
value: float = driver.applications.k18AmplifierEt.sense.detector.trace.point.get(trace = repcap.Trace.Default)

Sets the maximum number of trace points to be used by detectors.

Parameters:

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

Returns:

points: numeric value

set(points: float, trace=Trace.Default) None[source]
# [SENSe]:DETector<t>:TRACe[:POINt]
driver.applications.k18AmplifierEt.sense.detector.trace.point.set(points = 1.0, trace = repcap.Trace.Default)

Sets the maximum number of trace points to be used by detectors.

Parameters:
  • points – numeric value

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