Time
SCPI Command :
[SENSe]:SWEep:SCAPture:LENGth[:TIME]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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’) .
- Returns:
time: Unit: s
- set(time: float) None[source]
# [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’) .
- Parameters:
time – Unit: s