Frame

SCPI Command :

[SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:PERiod:[FRAMe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:PERiod:[FRAMe]
value: int = driver.source.bb.gsm.trigger.output.period.frame.get(output = repcap.Output.Default)

Sets the repetition rate for the frame clock at the marker outputs.

Parameters:

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

Returns:

frame: integer Range: 1 to 67108863

set(frame: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:PERiod:[FRAMe]
driver.source.bb.gsm.trigger.output.period.frame.set(frame = 1, output = repcap.Output.Default)

Sets the repetition rate for the frame clock at the marker outputs.

Parameters:
  • frame – integer Range: 1 to 67108863

  • output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)