Period
SCPI Command :
[SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:PERiod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(lfOutput=LfOutput.Default) float[source]
# [SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:PERiod value: float = driver.source.lfOutput.shape.trapeze.period.get(lfOutput = repcap.LfOutput.Default)
Sets the period of the generated trapezoid shape. The period determines the repetition frequency of the internal signal.
- Parameters:
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)
- Returns:
period: float Range: 1E-6 to 100
- set(period: float, lfOutput=LfOutput.Default) None[source]
# [SOURce<HW>]:LFOutput<CH>:SHAPe:TRAPeze:PERiod driver.source.lfOutput.shape.trapeze.period.set(period = 1.0, lfOutput = repcap.LfOutput.Default)
Sets the period of the generated trapezoid shape. The period determines the repetition frequency of the internal signal.
- Parameters:
period – float Range: 1E-6 to 100
lfOutput – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘LfOutput’)