Frm

SCPI Command :

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

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

Parameters:

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

set(frame_name: str, measurement=Measurement.Default) None[source]
# MEASurement<*>:PROTocol:T2FRame:FRM
driver.measurement.protocol.t2Frame.frm.set(frame_name = 'abc', measurement = repcap.Measurement.Default)

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

Parameters:

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