Frame
SCPI Command :
[SOURce<HW>]:BB:GSM:TRIGger:OUTPut<CH>:PERiod:[FRAMe]
- class FrameCls[source]
- Frame commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get(output=Output.Default) int[source]
- # SCPI: [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. - param output
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’) 
- return
- frame: integer Range: 1 to 67108863 
 
 - set(frame: int, output=Output.Default) None[source]
- # SCPI: [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. - param frame
- integer Range: 1 to 67108863 
- param output
- optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)