Select

SCPI Command :

[SENSe]:NR5G:SEGMent:SELect
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:NR5G:SEGMent:SELect
value: float = driver.applications.k14Xnr5G.sense.nr5G.segment.select.get()

Selects the analyzed segment for a segmented capture. Prerequisites for this command

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

Returns:

segment: numeric value (integer only) The value range depends on the number of captured segments (method RsFsw.sense.sweep.scapture.events.set() ) .

set(segment: float) None[source]
# [SENSe]:NR5G:SEGMent:SELect
driver.applications.k14Xnr5G.sense.nr5G.segment.select.set(segment = 1.0)

Selects the analyzed segment for a segmented capture. Prerequisites for this command

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

Parameters:

segment – numeric value (integer only) The value range depends on the number of captured segments (method RsFsw.sense.sweep.scapture.events.set() ) .