ClkPeriod
SCPI Command :
BUS<*>:SENT:CLKPeriod
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) float[source]
# BUS<*>:SENT:CLKPeriod value: float = driver.bus.sent.clkPeriod.get(bus = repcap.Bus.Default)
Sets the nominal clock period (clock tick) .
- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
clock_period: 1E-6 to 100E-6
- set(clock_period: float, bus=Bus.Default) None[source]
# BUS<*>:SENT:CLKPeriod driver.bus.sent.clkPeriod.set(clock_period = 1.0, bus = repcap.Bus.Default)
Sets the nominal clock period (clock tick) .
- Parameters:
clock_period – 1E-6 to 100E-6
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)