Period
SCPI Command :
[SOURce<HW>]:BB:NR5G: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:NR5G:TRIGger:OUTPut<CH>:PERiod value: int = driver.source.bb.nr5G.trigger.output.period.get(output = repcap.Output.Default)
Sets the period of the user-defined period marker.
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)
- return
mark_usr_per: integer Range: 1 to 4294967295
- set(mark_usr_per: int, output=Output.Default) None [source]
# SCPI: [SOURce<HW>]:BB:NR5G:TRIGger:OUTPut<CH>:PERiod driver.source.bb.nr5G.trigger.output.period.set(mark_usr_per = 1, output = repcap.Output.Default)
Sets the period of the user-defined period marker.
- param mark_usr_per
integer Range: 1 to 4294967295
- param output
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Output’)