Time
SCPI Command :
[SENSe]:SWEep:SCAPture:LENGth[:TIME]
- class TimeCls[source]
Time commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:SWEep:SCAPture:LENGth[:TIME] value: float = driver.applications.k6Pulse.sense.sweep.scapture.length.time.get()
Defines a time period (starting from the trigger offset) in which data is captured. If multiple events occur within one segment length, the segment is extended (see ‘Number of events vs number of segments’) .
- return
time: Unit: s
- set(time: float) None [source]
# SCPI: [SENSe]:SWEep:SCAPture:LENGth[:TIME] driver.applications.k6Pulse.sense.sweep.scapture.length.time.set(time = 1.0)
Defines a time period (starting from the trigger offset) in which data is captured. If multiple events occur within one segment length, the segment is extended (see ‘Number of events vs number of segments’) .
- param time
Unit: s