Length
SCPI Command :
CALCulate<n>:CHRDetection:TABLe:TIMing:LENGth
- class LengthCls[source]
Length commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class LengthStruct[source]
Response structure. Fields:
State: bool: No parameter help available
Scaling: enums.TimeScaling: S | MS | US | NS
- get(window=Window.Default) LengthStruct [source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:TIMing:LENGth value: LengthStruct = driver.applications.k60Transient.calculate.chrDetection.table.timing.length.get(window = repcap.Window.Default)
No command help available
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- return
structure: for return value, see the help for LengthStruct structure arguments.
- set(state: bool, scaling: Optional[RsFsw.enums.TimeScaling] = None, window=Window.Default) None [source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:TIMing:LENGth driver.applications.k60Transient.calculate.chrDetection.table.timing.length.set(state = False, scaling = enums.TimeScaling.MS, window = repcap.Window.Default)
No command help available
- param state
1..n
- param scaling
S | MS | US | NS
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)