Fd2Name
SCPI Command :
MEASurement<*>:PROTocol:FD2Name
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measIndex=MeasIndex.Default) str[source]
# MEASurement<*>:PROTocol:FD2Name value: str = driver.measurement.protocol.fd2Name.get(measIndex = repcap.MeasIndex.Default)
Sets or queries the name of the field or the field 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(field_2_name: str, measIndex=MeasIndex.Default) None[source]
# MEASurement<*>:PROTocol:FD2Name driver.measurement.protocol.fd2Name.set(field_2_name = 'abc', measIndex = repcap.MeasIndex.Default)
Sets or queries the name of the field or the field 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’)