Fname

SCPI Command :

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

Sets or queries the name of the frame or the frame type, at which the oscilloscope executes or starts the measurement.

Parameters:

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

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

Sets or queries the name of the frame or the frame type, at which the oscilloscope executes or starts the measurement.

Parameters:

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