FdName

SCPI Command :

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

Sets or queries the name of the field or the field 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(field_name: str, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:PROTocol:FDName
driver.measurement.protocol.fdName.set(field_name = 'abc', measIndex = repcap.MeasIndex.Default)

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

Parameters:

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