Select

SCPI Command :

[SENSe]:NR5G:SEGMent:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:NR5G:SEGMent:SELect
value: float = driver.applications.k14Xnr5G.sense.nr5G.segment.select.get()
Selects the analyzed segment for a segmented capture.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on segmented capture ([SENSe:]SWEep:SCAPture:STATe) .

return

segment: numeric value (integer only) The value range depends on the number of captured segments ([SENSe:]SWEep:SCAPture:EVENts) .

set(segment: float) None[source]
# SCPI: [SENSe]:NR5G:SEGMent:SELect
driver.applications.k14Xnr5G.sense.nr5G.segment.select.set(segment = 1.0)
Selects the analyzed segment for a segmented capture.

INTRO_CMD_HELP: Prerequisites for this command

  • Turn on segmented capture ([SENSe:]SWEep:SCAPture:STATe) .

param segment

numeric value (integer only) The value range depends on the number of captured segments ([SENSe:]SWEep:SCAPture:EVENts) .