External<ExternalPort>

SCPI Command :

[SENSe]:SWEep:EGATe:LEVel<ant>[:EXTernal<tp>]
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr3

driver.applications.k10Xlte.sense.sweep.egate.level.external.repcap_externalPort_set(repcap.ExternalPort.Nr1)
get(instrument=Instrument.Default, externalPort=ExternalPort.Default) float[source]
# [SENSe]:SWEep:EGATe:LEVel<ant>[:EXTernal<tp>]
value: float = driver.applications.k10Xlte.sense.sweep.egate.level.external.get(instrument = repcap.Instrument.Default, externalPort = repcap.ExternalPort.Default)

Defines the gate level for which the gate is open. Is only available for triggered gated measurements (method RsFsw.sense.sweep.egate.auto.set() MAN) .

Parameters:
  • instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)

  • externalPort – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘External’)

set(level: float, instrument=Instrument.Default, externalPort=ExternalPort.Default) None[source]
# [SENSe]:SWEep:EGATe:LEVel<ant>[:EXTernal<tp>]
driver.applications.k10Xlte.sense.sweep.egate.level.external.set(level = 1.0, instrument = repcap.Instrument.Default, externalPort = repcap.ExternalPort.Default)

Defines the gate level for which the gate is open. Is only available for triggered gated measurements (method RsFsw.sense.sweep.egate.auto.set() MAN) .

Parameters:
  • instrument – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Level’)

  • externalPort – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘External’)

Cloning the Group

# Create a copy of the original group, that exists independently
external_copy = driver.applications.k10Xlte.sense.sweep.egate.level.external.clone()