Minimum

SCPI Command :

CALCulate<n>:CHRDetection:LENGth:MINimum
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(window=Window.Default) float[source]
# CALCulate<n>:CHRDetection:LENGth:MINimum
value: float = driver.applications.k60Transient.calculate.chrDetection.length.minimum.get(window = repcap.Window.Default)

Defines the minimum chirp length for detection.

Parameters:

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

Returns:

time: Range: 0.000000251 to 0.00035, Unit: S

set(time: float, window=Window.Default) None[source]
# CALCulate<n>:CHRDetection:LENGth:MINimum
driver.applications.k60Transient.calculate.chrDetection.length.minimum.set(time = 1.0, window = repcap.Window.Default)

Defines the minimum chirp length for detection.

Parameters:
  • time – Range: 0.000000251 to 0.00035, Unit: S

  • window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)