Begin
SCPI Command :
CALCulate<n>:HOPDetection:TABLe:TIMing:BEGin
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class BeginStruct[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) BeginStruct[source]
# CALCulate<n>:HOPDetection:TABLe:TIMing:BEGin value: BeginStruct = driver.applications.k60Transient.calculate.hopDetection.table.timing.begin.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 BeginStruct structure arguments.
- set(state: bool, scaling: TimeScaling = None, window=Window.Default) None[source]
# CALCulate<n>:HOPDetection:TABLe:TIMing:BEGin driver.applications.k60Transient.calculate.hopDetection.table.timing.begin.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’)