Lcapture

SCPI Command :

[SENSe]:SWEep:LCAPture
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:SWEep:LCAPture
value: bool = driver.applications.k14Xnr5G.sense.sweep.lcapture.get()

Turns the long capture on and off. Prerequisites for this command

  • Number of component carriers must be ‘1’ (method RsFsw.applications.k14Xnr5G.configure.nr5G.noCc.set() ) .

  • Turn off segmented capture (method RsFsw.applications.k14Xnr5G.sense.sweep.scapture.state.set() ) .

  • Multi frame configuration is not supported. Every frame must have the same configuration.

Effects of this command

  • Frame count functions become unavailable: method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.set() method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.auto.set()

  • method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.state.set()

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# [SENSe]:SWEep:LCAPture
driver.applications.k14Xnr5G.sense.sweep.lcapture.set(state = False)

Turns the long capture on and off. Prerequisites for this command

  • Number of component carriers must be ‘1’ (method RsFsw.applications.k14Xnr5G.configure.nr5G.noCc.set() ) .

  • Turn off segmented capture (method RsFsw.applications.k14Xnr5G.sense.sweep.scapture.state.set() ) .

  • Multi frame configuration is not supported. Every frame must have the same configuration.

Effects of this command

  • Frame count functions become unavailable: method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.set() method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.auto.set()

  • method RsFsw.applications.k14Xnr5G.sense.nr5G.frame.count.state.set()

Parameters:

state – ON | OFF | 1 | 0