Point

SCPI Command :

[SENSe]:DETector<t>:TRACe[:POINt]
class PointCls[source]

Point commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(trace=Trace.Default) float[source]
# SCPI: [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.

param trace

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

return

points: numeric value

set(points: float, trace=Trace.Default) None[source]
# SCPI: [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.

param points

numeric value

param trace

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