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.

param output

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

return

period: integer Range: 1 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.

param period

integer Range: 1 to (2^32-1) chips

param output

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