Period

SCPI Command :

[SOURce<HW>]:LFOutput<CH>:SHAPe:TRIangle:PERiod
class PeriodCls[source]

Period commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(lfOutput=LfOutput.Default) float[source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:TRIangle:PERiod
value: float = driver.source.lfOutput.shape.triangle.period.get(lfOutput = repcap.LfOutput.Default)

Sets the period of the generated pulse. The period determines the repetition frequency of the internal signal.

param lfOutput

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

return

period: float Range: 1E-6 to 100

set(period: float, lfOutput=LfOutput.Default) None[source]
# SCPI: [SOURce<HW>]:LFOutput<CH>:SHAPe:TRIangle:PERiod
driver.source.lfOutput.shape.triangle.period.set(period = 1.0, lfOutput = repcap.LfOutput.Default)

Sets the period of the generated pulse. The period determines the repetition frequency of the internal signal.

param period

float Range: 1E-6 to 100

param lfOutput

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