Dwell
SCPI Command :
CALCulate<n>:HOPDetection:TABLe:TIMing:DWELl
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class DwellStruct[source]
Response structure. Fields:
1 State: bool: ON | OFF | 0 | 1 OFF | 0 The parameter is included. ON | 1 The parameter is not included
2 Scaling: enums.TimeScaling: S | MS | US | NS Defines the scaling for the timing parameters
- get(window=Window.Default) DwellStruct[source]
# CALCulate<n>:HOPDetection:TABLe:TIMing:DWELl value: DwellStruct = driver.applications.k60Transient.calculate.hopDetection.table.timing.dwell.get(window = repcap.Window.Default)
If enabled, the specified time parameter is included in the result tables (see ‘Timing parameters’) . Note that only the enabled columns are returned for the method
RsFsw.applications.k60Transient.calculate.hopDetection.table.results.get()query.- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
structure: for return value, see the help for DwellStruct structure arguments.
- set(state: bool, scaling: TimeScaling = None, window=Window.Default) None[source]
# CALCulate<n>:HOPDetection:TABLe:TIMing:DWELl driver.applications.k60Transient.calculate.hopDetection.table.timing.dwell.set(state = False, scaling = enums.TimeScaling.MS, window = repcap.Window.Default)
If enabled, the specified time parameter is included in the result tables (see ‘Timing parameters’) . Note that only the enabled columns are returned for the method
RsFsw.applications.k60Transient.calculate.hopDetection.table.results.get()query.- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 The parameter is included. ON | 1 The parameter is not included
scaling – S | MS | US | NS Defines the scaling for the timing parameters
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)