Period
SCPI Command :
[SOURce<HW>]:BB:EVDO:TRIGger:OUTPut<CH>:PERiod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(output=Output.Default) int[source]
# [SOURce<HW>]:BB:EVDO:TRIGger:OUTPut<CH>:PERiod value: int = driver.source.bb.evdo.trigger.output.period.get(output = repcap.Output.Default)
Sets the repetition rate for the signal at the marker outputs.
- Parameters:
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- Returns:
period: integer Range: 1 to 16777215
- set(period: int, output=Output.Default) None[source]
# [SOURce<HW>]:BB:EVDO:TRIGger:OUTPut<CH>:PERiod driver.source.bb.evdo.trigger.output.period.set(period = 1, output = repcap.Output.Default)
Sets the repetition rate for the signal at the marker outputs.
- Parameters:
period – integer Range: 1 to 16777215
output – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)