Value

SCPI Command :

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

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

Parameters:

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

set(trig_frm_val: int, measurement=Measurement.Default) None[source]
# MEASurement<*>:PROTocol:T2FRame:VALue
driver.measurement.protocol.t2Frame.value.set(trig_frm_val = 1, measurement = repcap.Measurement.Default)

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

Parameters:

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