Rlength

SCPI Command :

[SENSe]:RLENgth
class RlengthCls[source]

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

get() float[source]
# SCPI: [SENSe]:RLENgth
value: float = driver.applications.k60Transient.sense.rlength.get()

Defines the record length (in samples) for the current measurement. Note that the record length and the measurement time are interdependent (see [SENSe:]MTIMe) .

return

sample_count: The maximum record length is limited only by the available memory.

set(sample_count: float) None[source]
# SCPI: [SENSe]:RLENgth
driver.applications.k60Transient.sense.rlength.set(sample_count = 1.0)

Defines the record length (in samples) for the current measurement. Note that the record length and the measurement time are interdependent (see [SENSe:]MTIMe) .

param sample_count

The maximum record length is limited only by the available memory.