ValFrom
SCPI Command :
MEASurement<*>:PROTocol:F2FRame:VALFrom
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) int[source]
# MEASurement<*>:PROTocol:F2FRame:VALFrom value: int = driver.measurement.protocol.f2Frame.valFrom.get(measurement = repcap.Measurement.Default)
Sets the field value of the start frame for the frame to frame protocol measurement.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(frm_frm_from_val: int, measurement=Measurement.Default) None[source]
# MEASurement<*>:PROTocol:F2FRame:VALFrom driver.measurement.protocol.f2Frame.valFrom.set(frm_frm_from_val = 1, measurement = repcap.Measurement.Default)
Sets the field value of the start frame for the frame to frame protocol measurement.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)