Period
SCPI Command :
[SOURce<HW>]:BB:TDSCdma: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:TDSCdma:TRIGger:OUTPut<CH>:PERiod value: int = driver.source.bb.tdscdma.trigger.output.period.get(output = repcap.Output.Default)
Sets the repetition rate for the signal at the marker outputs. *) If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
period: integer Range: 1 (R&S SMW-B10) / 1* (R&S SMW-B9) to (2^32-1) chips
- set(period: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:TRIGger:OUTPut<CH>:PERiod driver.source.bb.tdscdma.trigger.output.period.set(period = 1, output = repcap.Output.Default)
Sets the repetition rate for the signal at the marker outputs. *) If R&S SMW-B9 is installed, the minimum marker duration depends on the sample/symbol rate. See ‘Marker Minimum Duration’.
- param period
integer Range: 1 (R&S SMW-B10) / 1* (R&S SMW-B9) to (2^32-1) chips
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)