F2Name

SCPI Command :

MEASurement<*>:PROTocol:F2Name
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measIndex=MeasIndex.Default) str[source]
# MEASurement<*>:PROTocol:F2Name
value: str = driver.measurement.protocol.f2Name.get(measIndex = repcap.MeasIndex.Default)

Sets or queries the name of the frame or the frame type, at which the oscilloscope ends the measurement in a From - To condition.

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

set(frame_2_name: str, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:PROTocol:F2Name
driver.measurement.protocol.f2Name.set(frame_2_name = 'abc', measIndex = repcap.MeasIndex.Default)

Sets or queries the name of the frame or the frame type, at which the oscilloscope ends the measurement in a From - To condition.

Parameters:

measIndex – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)