Period
SCPI Command :
[SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:PERiod
- class PeriodCls[source]
Period commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(output=Output.Default) int [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:PERiod value: int = driver.source.bb.eutra.trigger.output.period.get(output = repcap.Output.Default)
Sets the repetition rate for the signal at the marker outputs.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
period: unsigned integer Range: 1 to 4294967295, Unit: Samples
- set(period: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:EUTRa:TRIGger:OUTPut<CH>:PERiod driver.source.bb.eutra.trigger.output.period.set(period = 1, output = repcap.Output.Default)
Sets the repetition rate for the signal at the marker outputs.
- param period
unsigned integer Range: 1 to 4294967295, Unit: Samples
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)