Length

SCPI Command :

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

Defines the length of the measurement range for frequency results in percent of the hop’s dwell time. This command is only available if the reference is CENT (see method RsFsw.applications.k60Transient.calculate.hopDetection.pdeviation.reference.set() ) . For details on the measurement range parameters see ‘Measurement range’.

Parameters:

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

Returns:

percent: percent of the hop dwell time Range: 0 to 100

set(percent: float, window=Window.Default) None[source]
# CALCulate<n>:HOPDetection:PDEViation:LENGth
driver.applications.k60Transient.calculate.hopDetection.pdeviation.length.set(percent = 1.0, window = repcap.Window.Default)

Defines the length of the measurement range for frequency results in percent of the hop’s dwell time. This command is only available if the reference is CENT (see method RsFsw.applications.k60Transient.calculate.hopDetection.pdeviation.reference.set() ) . For details on the measurement range parameters see ‘Measurement range’.

Parameters:
  • percent – percent of the hop dwell time Range: 0 to 100

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