Feed
SCPI Command :
CALCulate:[POWer]:SWEep:TIME:GATE<CH>:FEED
- class FeedCls[source]
Feed commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(gate=Gate.Default) MeasRespTimeGate[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:FEED value: enums.MeasRespTimeGate = driver.calculate.power.sweep.time.gate.feed.get(gate = repcap.Gate.Default)
Selects the trace for time gated measurement. Both gates are assigned to the same trace.
- param gate:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- return:
feed: TRAC1| TRAC2| TRAC3| TRACe1| TRACe2| TRACe3| TRAC4| TRACe4
- set(feed: MeasRespTimeGate, gate=Gate.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:FEED driver.calculate.power.sweep.time.gate.feed.set(feed = enums.MeasRespTimeGate.TRAC1, gate = repcap.Gate.Default)
Selects the trace for time gated measurement. Both gates are assigned to the same trace.
- param feed:
TRAC1| TRAC2| TRAC3| TRACe1| TRACe2| TRACe3| TRAC4| TRACe4
- param gate:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)