ValTo

SCPI Command :

MEASurement<*>:PROTocol:F2FRame:VALTo
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) int[source]
# MEASurement<*>:PROTocol:F2FRame:VALTo
value: int = driver.measurement.protocol.f2Frame.valTo.get(measurement = repcap.Measurement.Default)

Sets the field value of the end 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_val: int, measurement=Measurement.Default) None[source]
# MEASurement<*>:PROTocol:F2FRame:VALTo
driver.measurement.protocol.f2Frame.valTo.set(frm_frm_val = 1, measurement = repcap.Measurement.Default)

Sets the field value of the end frame for the frame to frame protocol measurement.

Parameters:

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