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.k14Xnr5G.sense.sweep.scapture.length.time.get()
Defines the length of a segment for segmented data capture. Prerequisites for this command
Select external of IF power trigger source (TRIGger[:SEQuence]:SOURce<ant>) .
Turn on segmented capture (method
RsFsw.applications.k14Xnr5G.sense.sweep.scapture.state.set()) .
- Returns:
length: Unit: s
- set(length: float) None[source]
# [SENSe]:SWEep:SCAPture:LENGth[:TIME] driver.applications.k14Xnr5G.sense.sweep.scapture.length.time.set(length = 1.0)
Defines the length of a segment for segmented data capture. Prerequisites for this command
Select external of IF power trigger source (TRIGger[:SEQuence]:SOURce<ant>) .
Turn on segmented capture (method
RsFsw.applications.k14Xnr5G.sense.sweep.scapture.state.set()) .
- Parameters:
length – Unit: s